Class TomEEEmbeddedArgs


  • public class TomEEEmbeddedArgs
    extends Object
    • 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.