Uses of Interface
com.aspectran.daemon.command.Command.Descriptor
-
Packages that use Command.Descriptor Package Description com.aspectran.daemon.command com.aspectran.daemon.command.builtins -
-
Uses of Command.Descriptor in com.aspectran.daemon.command
Methods in com.aspectran.daemon.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.daemon.command.builtins
Methods in com.aspectran.daemon.command.builtins that return Command.Descriptor Modifier and Type Method Description Command.DescriptorComponentCommand. getDescriptor()Command.DescriptorInvokeActionCommand. getDescriptor()Command.DescriptorJettyCommand. getDescriptor()Command.DescriptorPollingIntervalCommand. getDescriptor()Command.DescriptorQuitCommand. getDescriptor()Command.DescriptorRestartCommand. getDescriptor()Command.DescriptorTransletCommand. getDescriptor()Command.DescriptorUndertowCommand. getDescriptor()
-