pl.edu.icm.yadda.remoting.cli
Class ProcessRunner
java.lang.Object
pl.edu.icm.yadda.remoting.cli.ProcessRunner
public final class ProcessRunner
- extends Object
A CLI tool for running local processes (defined in the CLI, not in the repository).
- Author:
- mpol
Constructor Summary |
ProcessRunner(Map<String,pl.edu.icm.yadda.remoting.cli.IProcessFacade> procs)
Creates a process runner with a collection of available processes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessRunner
public ProcessRunner(Map<String,pl.edu.icm.yadda.remoting.cli.IProcessFacade> procs)
- Creates a process runner with a collection of available processes.
- Parameters:
procs
- known processes
main
public static void main(String[] args)
- Parameters:
args
- first argument is the process name to run, the rest are process dependent
Copyright © 2002-2011 ICM, Warsaw University. All Rights Reserved.