Package org.jboss.weld.environment.se
Class StartMain
java.lang.Object
org.jboss.weld.environment.se.StartMain
This is the main class that can be called from the command line for a WeldContainer SE app which makes use of the
ContainerInitialized event. Something like:
java -cp weld-se-shaded.jar:my-app.jar org.jboss.weld.environment.se.StartMain arg1 arg2
- Author:
- Peter Royle, Pete Muir, Ales Justin
-
Field Details
-
PARAMETERS
-
-
Constructor Details
-
StartMain
-
-
Method Details
-
go
-
main
The main method called from the command line.- Parameters:
args- the command line arguments
-
getParameters
-
shutdownNow
public void shutdownNow()Shut down Weld immediately. Blocks until Weld is completely shut down.
-