com.nhncorp.neptune.client.shell
Class ClearCommand

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

public class ClearCommand
extends NeptuneShellCommand

A Clear the console screen command.


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

Constructor Detail

ClearCommand

public ClearCommand()
Method Detail

execute

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