|
Static Public Member Functions |
void | readExtraTools (Reader f) throws Exception |
AcsCommandCenterTools | getExtraTools () throws Exception |
String | getDefaultExtraToolsName () |
void | readDefaultExtraTools () throws Exception |
void | readBuiltinTools (Reader f) throws Exception |
Tool | getBuiltinTool (String caption) throws IllegalArgumentException, Exception |
String | getDefaultBuiltinToolsName () |
void | readDefaultBuiltinTools () throws Exception |
String | generateCommand (Tool tool, RunModel runModel) throws Exception |
String | generateCommand (Tool tool, RunModel runModel, Map< String, Object > input) throws Exception |
Static Protected Member Functions |
String[] | collectInsertions (Tool tool, RunModel runModel, Map< String, Object > input) throws Exception |
String | readFromModel (RunModel runModel, String name, String fallback) throws Exception |
String | readFromInput (Map< String, Object > input, String name, String fallback) |
Static Protected Attributes |
AcsCommandCenterTools | extraTools |
HashMap< String, Tool > | builtinTools |
Static Package Functions |
| [static initializer] |
Static Private Attributes |
Logger | log = MiscUtils.getPackageLogger(ToolManager.class) |
HashMap< String, Object > | emptyMap = new HashMap<StringObject>() |