|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.shell.SrampShell
public class SrampShell
An interactive shell for working with an s-ramp repository.
| Constructor Summary | |
|---|---|
SrampShell()
Constructor. |
|
| Method Summary | |
|---|---|
protected ShellCommandReader |
createCommandReader(String[] args)
Creates an appropriate ShellCommandReader based on the command line
arguments and the current runtime environment. |
static void |
main(String[] args)
Main entry point. |
void |
run(String[] args)
Runs the shell. |
void |
shutdown()
Shuts down the shell. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SrampShell()
| Method Detail |
|---|
public static void main(String[] args)
args -
public void run(String[] args)
throws Exception
args -
Exception
protected ShellCommandReader createCommandReader(String[] args)
throws IOException
ShellCommandReader based on the command line
arguments and the current runtime environment.
args -
IOExceptionpublic void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||