eu.unicore.hila.shell.commands
Interface ShellCommand

All Known Implementing Classes:
Abort, Alias, Cat, Cd, ChMod, Cleanup, Cp, Exit, Export, GetMetadata, Help, Import, LCd, LLs, LMv, LPwd, Ls, MkDir, Monitor, Mv, Pwd, Rm, Run, ShellCommandBase, Start, Status, Submit, Time, Transfer, Unalias, Version

public interface ShellCommand

Author:
bjoernh 16.10.2009 13:56:49

Method Summary
 void execute(String[] cmdArgs, ShellContext ctx)
           
 String getName()
           
 org.apache.commons.cli.Options getOptions()
           
 String help()
           
 

Method Detail

getName

String getName()

execute

void execute(String[] cmdArgs,
             ShellContext ctx)
             throws eu.unicore.hila.exceptions.HiLAException
Throws:
eu.unicore.hila.exceptions.HiLAException

help

String help()

getOptions

org.apache.commons.cli.Options getOptions()


Copyright © 2010-2013 UNICORE. All Rights Reserved.