org.apache.accumulo.core.util.shell.commands
Class DropTableCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
          extended by org.apache.accumulo.core.util.shell.commands.DropTableCommand

public class DropTableCommand
extends DeleteTableCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
DropTableCommand()
           
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
description, execute, getOptions, numArgs, registerCompletion, usage
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropTableCommand

public DropTableCommand()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.