Uses of Interface
com.aspectran.shell.command.Command.Descriptor
-
Packages that use Command.Descriptor Package Description com.aspectran.shell.command com.aspectran.shell.command.builtin -
-
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.builtin
Methods in com.aspectran.shell.command.builtin that return Command.Descriptor Modifier and Type Method Description Command.DescriptorClearCommand. getDescriptor()Command.DescriptorHelpCommand. getDescriptor()Command.DescriptorJettyCommand. getDescriptor()Command.DescriptorPauseCommand. getDescriptor()Command.DescriptorPBDecryptCommand. getDescriptor()Command.DescriptorPBEncryptCommand. getDescriptor()Command.DescriptorQuitCommand. getDescriptor()Command.DescriptorRestartCommand. getDescriptor()Command.DescriptorResumeCommand. getDescriptor()Command.DescriptorSysInfoCommand. getDescriptor()Command.DescriptorTransletCommand. getDescriptor()Command.DescriptorVerboseCommand. getDescriptor()
-