Class ChangeWorkingDir

  • All Implemented Interfaces:
    Command

    public class ChangeWorkingDir
    extends java.lang.Object
    implements Command
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute​(ShellSession session, java.lang.String[] args)  
      java.lang.String getDescription()  
      java.lang.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 java.lang.Object execute​(ShellSession session,
                                        java.lang.String[] args)
        Specified by:
        execute in interface Command
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface Command
      • getHelp

        public java.lang.String getHelp()
        Specified by:
        getHelp in interface Command