com.nhncorp.neptune.client.shell
Class NeptuneShellCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
Direct Known Subclasses:
AddUserCommand, ClearCommand, CreateTableCommand, DeleteCommand, DeleteUserCommand, DescCommand, DropCommand, ExitCommand, HelpCommand, InsertCommand, PingTabletServerCommand, RunTabletActionCommand, SelectCommand, SetCharsetCommand, ShowCommand, ShowUserCommand, StopActionCommand, TableReportCommand, TruncateCommand, TruncateTableCommand

public abstract class NeptuneShellCommand
extends java.lang.Object


Constructor Summary
NeptuneShellCommand()
           
 
Method Summary
abstract  ReturnMsg execute(java.lang.String inputStr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeptuneShellCommand

public NeptuneShellCommand()
Method Detail

execute

public abstract ReturnMsg execute(java.lang.String inputStr)
                           throws java.io.IOException
Throws:
java.io.IOException