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