|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.icm.yadda.remoting.cli.ProcessRunner
public final class ProcessRunner
A CLI tool for running local processes (defined in the CLI, not in the repository).
Constructor Summary | |
---|---|
ProcessRunner(java.util.Map<java.lang.String,pl.edu.icm.yadda.remoting.cli.IProcessFacade> procs)
Creates a process runner with a collection of available processes. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessRunner(java.util.Map<java.lang.String,pl.edu.icm.yadda.remoting.cli.IProcessFacade> procs)
procs
- known processesMethod Detail |
---|
public static void main(java.lang.String[] args)
args
- first argument is the process name to run, the rest are process dependent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |