eu.unicore.hila.shell.commands
Class Mv

java.lang.Object
  extended by eu.unicore.hila.shell.commands.ShellCommandBase
      extended by eu.unicore.hila.shell.commands.Mv
All Implemented Interfaces:
ShellCommand

public class Mv
extends ShellCommandBase
implements ShellCommand

Author:
bjoernh 16.10.2009 15:54:20

Field Summary
 
Fields inherited from class eu.unicore.hila.shell.commands.ShellCommandBase
options, parser
 
Constructor Summary
Mv()
           
 
Method Summary
 void execute(String[] cmdArgs, ShellContext ctx)
           
 String help()
           
 
Methods inherited from class eu.unicore.hila.shell.commands.ShellCommandBase
getName, getOptions, missingArg, printHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface eu.unicore.hila.shell.commands.ShellCommand
getName, getOptions
 

Constructor Detail

Mv

public Mv()
Method Detail

execute

public void execute(String[] cmdArgs,
                    ShellContext ctx)
             throws eu.unicore.hila.exceptions.HiLAException
Specified by:
execute in interface ShellCommand
Overrides:
execute in class ShellCommandBase
Throws:
eu.unicore.hila.exceptions.HiLAException
See Also:
ShellCommandBase.execute(java.lang.String[], eu.unicore.hila.shell.ShellContext)

help

public String help()
Specified by:
help in interface ShellCommand
Overrides:
help in class ShellCommandBase
See Also:
ShellCommandBase.help()


Copyright © 2010-2013 UNICORE. All Rights Reserved.