com.nhncorp.neptune.client.shell.insert
Class InsertCommand

java.lang.Object
  extended by com.nhncorp.neptune.client.shell.NeptuneShellCommand
      extended by com.nhncorp.neptune.client.shell.insert.InsertCommand

public class InsertCommand
extends NeptuneShellCommand


Constructor Summary
InsertCommand()
           
 
Method Summary
 ReturnMsg execute(java.lang.String inputStr)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertCommand

public InsertCommand()
Method Detail

execute

public ReturnMsg execute(java.lang.String inputStr)
Specified by:
execute in class NeptuneShellCommand

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception