Uses of Interface
com.aspectran.shell.command.Command.Descriptor
-
Packages that use Command.Descriptor Package Description com.aspectran.shell.command com.aspectran.shell.command.builtins Built-in commands provided by Aspectran Shell. -
-
Uses of Command.Descriptor in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return Command.Descriptor Modifier and Type Method Description Command.DescriptorCommand. getDescriptor()This method returns an instance of Command.Descriptor. -
Uses of Command.Descriptor in com.aspectran.shell.command.builtins
Methods in com.aspectran.shell.command.builtins that return Command.Descriptor Modifier and Type Method Description Command.DescriptorAspectCommand. getDescriptor()Command.DescriptorClearCommand. getDescriptor()Command.DescriptorEchoCommand. getDescriptor()Command.DescriptorHelpCommand. getDescriptor()Command.DescriptorHistoryCommand. getDescriptor()Command.DescriptorJettyCommand. getDescriptor()Command.DescriptorJobCommand. getDescriptor()Command.DescriptorPBDecryptCommand. getDescriptor()Command.DescriptorPBEncryptCommand. getDescriptor()Command.DescriptorQuitCommand. getDescriptor()Command.DescriptorRestartCommand. getDescriptor()Command.DescriptorSysInfoCommand. getDescriptor()Command.DescriptorTransletCommand. getDescriptor()Command.DescriptorUndertowCommand. getDescriptor()Command.DescriptorVerboseCommand. getDescriptor()
-