Class UndertowCommand

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

    public class UndertowCommand
    extends com.aspectran.shell.command.AbstractCommand
    Use the command 'undertow' to control the Undertow 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
      UndertowCommand​(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.ShellConsole console)  
      com.aspectran.shell.command.Command.Descriptor getDescriptor()  
      • Methods inherited from class com.aspectran.shell.command.AbstractCommand

        addArguments, addOption, getActiveShellService, getArgumentsList, getCommandRegistry, getCommandRunner, getOptions, getShellService, 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

      • UndertowCommand

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

      • execute

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

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