Class UndertowCommand
java.lang.Object
com.aspectran.shell.command.AbstractCommand
com.aspectran.undertow.shell.command.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 -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(com.aspectran.shell.command.option.ParsedOptions options, com.aspectran.shell.console.ShellConsole console) com.aspectran.shell.command.Command.DescriptorMethods inherited from class com.aspectran.shell.command.AbstractCommand
addArguments, addOption, getActiveShellService, getArgumentsList, getCommandRegistry, getCommandRunner, getOptions, getShellService, isServiceAvailable, printHelp, printQuickHelp, skipParsingAtNonOption, touchArguments
-
Constructor Details
-
UndertowCommand
public UndertowCommand(com.aspectran.shell.command.CommandRegistry registry)
-
-
Method Details