|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.mwe.core.WorkflowRunner
public class WorkflowRunner
Main class to run a workflow.
Arguments:
Constructor Summary | |
---|---|
WorkflowRunner()
|
Method Summary | |
---|---|
boolean |
doRun(org.apache.commons.cli.CommandLine line,
java.lang.String[] args)
|
protected static org.apache.commons.cli.CommandLine |
getCommandLine(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
Starts a workflow. |
protected java.util.Map<java.lang.String,java.lang.String> |
resolveParams(java.lang.String[] args)
Convert type line arguments into a hashmap. |
boolean |
run(java.lang.String workFlowFile,
ProgressMonitor theMonitor,
java.util.Map<java.lang.String,java.lang.String> theParams,
java.util.Map<java.lang.String,?> externalSlotContents)
Deprecated. |
protected void |
wrongCall(org.apache.commons.cli.CommandLine line)
Print usage information and terminate the program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowRunner()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Program arguments. See class documentation.
java.lang.Exception
@Deprecated public boolean run(java.lang.String workFlowFile, ProgressMonitor theMonitor, java.util.Map<java.lang.String,java.lang.String> theParams, java.util.Map<java.lang.String,?> externalSlotContents)
public boolean doRun(org.apache.commons.cli.CommandLine line, java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
protected static org.apache.commons.cli.CommandLine getCommandLine(java.lang.String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseException
protected java.util.Map<java.lang.String,java.lang.String> resolveParams(java.lang.String[] args)
args
- Program arguments
protected void wrongCall(org.apache.commons.cli.CommandLine line)
options
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |