eu.unicore.hila.shell.commands
Class Ls

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

public class Ls
extends ShellCommandBase
implements ShellCommand

Author:
bjoernh 16.10.2009 13:56:29

Field Summary
 
Fields inherited from class eu.unicore.hila.shell.commands.ShellCommandBase
options, parser
 
Constructor Summary
Ls()
           
 
Method Summary
 void execute(String[] cmdArgs, ShellContext ctx)
           
 String getName()
           
 String help()
           
 
Methods inherited from class eu.unicore.hila.shell.commands.ShellCommandBase
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
getOptions
 

Constructor Detail

Ls

public Ls()
Method Detail

getName

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

execute

public void execute(String[] cmdArgs,
                    ShellContext ctx)
Specified by:
execute in interface ShellCommand
Overrides:
execute in class ShellCommandBase
See Also:
eu.unicore.hila.shell.commands.ShellCommand#execute(eu.unicore.hila.shell.ShellContext)

help

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


Copyright © 2010-2013 UNICORE. All Rights Reserved.