eu.unicore.hila.shell.commands
Class MkDir
java.lang.Object
eu.unicore.hila.shell.commands.ShellCommandBase
eu.unicore.hila.shell.commands.MkDir
- All Implemented Interfaces:
- ShellCommand
public class MkDir
- extends ShellCommandBase
- implements ShellCommand
mkdir -- create a directory
operates in two modes (1) create given remote directories (2) create current
remote directory if no file or directory exists in that location
parent directories can be created if explicitly stated (-p)
- Author:
- bjoernh
23.03.2010 13:19:52
Constructor Summary |
MkDir()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MkDir
public MkDir()
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)
Copyright © 2010-2013 UNICORE. All Rights Reserved.