Class TomEEEmbeddedArgs
- java.lang.Object
-
- org.apache.tomee.embedded.component.TomEEEmbeddedArgs
-
public class TomEEEmbeddedArgs extends Object
-
-
Constructor Summary
Constructors Constructor Description TomEEEmbeddedArgs(String[] args, org.apache.commons.cli.CommandLine commandLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getArgs()org.apache.commons.cli.CommandLinegetCommandLine()
-
-
-
Constructor Detail
-
TomEEEmbeddedArgs
public TomEEEmbeddedArgs(String[] args, org.apache.commons.cli.CommandLine commandLine)
-
-
Method Detail
-
getArgs
public String[] 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.
-
-