Class TomEEEmbeddedArgs
java.lang.Object
org.apache.tomee.embedded.component.TomEEEmbeddedArgs
-
Constructor Summary
ConstructorsConstructorDescriptionTomEEEmbeddedArgs(String[] args, org.apache.commons.cli.CommandLine commandLine) -
Method Summary
-
Constructor Details
-
TomEEEmbeddedArgs
-
-
Method Details
-
getArgs
- Returns:
- the args passed to the launcher.
-
getCommandLine
public org.apache.commons.cli.CommandLine getCommandLine()- Returns:
- the command like if used from tomee Main/FatApp, null otherwise.
-