Class UninstallNodeSshCommand

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct
    Direct Known Subclasses:
    UninstallNodeCommand

    @Service(name="uninstall-node-ssh")
    @PerLookup
    public class UninstallNodeSshCommand
    extends CLICommand
    Author:
    Byron Nevins
    • Constructor Detail

      • UninstallNodeSshCommand

        public UninstallNodeSshCommand()
    • Method Detail

      • validate

        protected void validate()
                         throws CommandException
        Description copied from class: CLICommand
        The validate method can be used by a subclass to validate that the type and quantity of parameters and operands matches the requirements for this command.
        Throws:
        CommandException - if execution of the command fails
        CommandValidationException - if there's something wrong with the options or arguments