@Vetoed public class StartMain extends Object
java -cp weld-se.jar:my-app.jar org.jboss.weld.environment.se.StartMain arg1 arg2
Modifier and Type | Field and Description |
---|---|
static String[] |
PARAMETERS |
Modifier and Type | Method and Description |
---|---|
static String[] |
getParameters() |
WeldContainer |
go() |
static void |
main(String[] args)
The main method called from the command line.
|
void |
shutdownNow()
Shut down Weld immediately.
|
public static String[] PARAMETERS
public StartMain(String[] commandLineArgs)
public WeldContainer go()
public static void main(String[] args)
args
- the command line argumentspublic static String[] getParameters()
public void shutdownNow()
Copyright © 2015. All Rights Reserved.