Class CommandShell.SubCommand

java.lang.Object
org.apache.hadoop.tools.CommandShell.SubCommand
Enclosing class:
CommandShell

protected abstract class CommandShell.SubCommand extends Object
Base class for any subcommands of this shell command.
  • Constructor Details

    • SubCommand

      protected SubCommand()
  • Method Details

    • validate

      public boolean validate()
    • execute

      public abstract void execute() throws Exception
      Throws:
      Exception
    • getUsage

      public abstract String getUsage()