Class TomEEEmbeddedArgs

java.lang.Object
org.apache.tomee.embedded.component.TomEEEmbeddedArgs

public class TomEEEmbeddedArgs extends Object
  • Constructor Details

    • TomEEEmbeddedArgs

      public TomEEEmbeddedArgs(String[] args, org.apache.commons.cli.CommandLine commandLine)
  • Method Details

    • 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.