Class JettyCommand

  • All Implemented Interfaces:
    com.aspectran.shell.command.Command

    public class JettyCommand
    extends com.aspectran.shell.command.AbstractCommand
    Use the command 'jetty' to control the Jetty Server.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.aspectran.shell.command.Command

        com.aspectran.shell.command.Command.Descriptor
    • Constructor Summary

      Constructors 
      Constructor Description
      JettyCommand​(com.aspectran.shell.command.CommandRegistry registry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(com.aspectran.shell.command.option.ParsedOptions options, com.aspectran.shell.console.Console console)  
      com.aspectran.shell.command.Command.Descriptor getDescriptor()  
      • Methods inherited from class com.aspectran.shell.command.AbstractCommand

        addArguments, addOption, getArgumentsList, getCommandRegistry, getInterpreter, getOptions, getService, isServiceAvailable, printHelp, printQuickHelp, skipParsingAtNonOption, touchArguments
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JettyCommand

        public JettyCommand​(com.aspectran.shell.command.CommandRegistry registry)
    • Method Detail

      • execute

        public void execute​(com.aspectran.shell.command.option.ParsedOptions options,
                            com.aspectran.shell.console.Console console)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDescriptor

        public com.aspectran.shell.command.Command.Descriptor getDescriptor()