| Package | Description |
|---|---|
| org.expasy.mzjava.script |
| Modifier and Type | Method and Description |
|---|---|
static <C> int |
ScriptConfiguredToolRunner.run(File scriptFile,
ScriptConfiguredTool<C> tool)
Runs the given
ScriptedTool by calling ScriptConfiguredTool#run(C), after
creating the configuration from the script in the scriptFile. |
static <C> int |
ScriptConfiguredToolRunner.run(File scriptFile,
ScriptConfiguredTool<C> tool,
String[] args)
Runs the given
ScriptedTool by calling ScriptConfiguredTool#run(C), after
creating the configuration from the script in the scriptFile. |
static <C> int |
ScriptConfiguredToolRunner.run(String[] args,
ScriptConfiguredTool<C> tool)
Runs the given
ScriptedTool by calling ScriptConfiguredTool#run(C), after
creating the configuration from the script in the scriptFile. |
Copyright © 2016. All Rights Reserved.