org.mvel2.sh.command.file
Class ChangeWorkingDir

java.lang.Object
  extended by org.mvel2.sh.command.file.ChangeWorkingDir
All Implemented Interfaces:
Command

public class ChangeWorkingDir
extends Object
implements Command


Constructor Summary
ChangeWorkingDir()
           
 
Method Summary
 Object execute(ShellSession session, String[] args)
           
 String getDescription()
           
 String getHelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeWorkingDir

public ChangeWorkingDir()
Method Detail

execute

public Object execute(ShellSession session,
                      String[] args)
Specified by:
execute in interface Command

getDescription

public String getDescription()
Specified by:
getDescription in interface Command

getHelp

public String getHelp()
Specified by:
getHelp in interface Command


Copyright © 2011. All Rights Reserved.