Class DefaultTool
java.lang.Object
de.foellix.aql.config.Tool
de.foellix.aql.system.defaulttools.DefaultTool
- Direct Known Subclasses:
DefaultAnalysisTool,DefaultConverter,DefaultOperator,LoadAnswerTool
-
Field Summary
FieldsFields inherited from class de.foellix.aql.config.Tool
external, name, path, priority, questions, runOnAbort, runOnEntry, runOnExit, runOnFail, runOnSuccess, timeout, version -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.foellix.aql.config.Tool
getQuestions, getRunOnAbort, getRunOnEntry, getRunOnExit, getRunOnFail, getRunOnSuccess, getTimeout, isExternal, setExecute, setExternal, setName, setPath, setQuestions, setRunOnAbort, setRunOnEntry, setRunOnExit, setRunOnFail, setRunOnSuccess, setTimeout, setVersion
-
Field Details
-
DEFAULT_TOOL_USES
- See Also:
-
execute
-
-
Constructor Details
-
DefaultTool
public DefaultTool()
-
-
Method Details
-
getName
Description copied from class:ToolGets the value of the name property. -
getVersion
Description copied from class:ToolGets the value of the version property.- Overrides:
getVersionin classTool- Returns:
- possible object is
String
-
getExecute
Description copied from class:ToolGets the value of the execute property.- Overrides:
getExecutein classTool- Returns:
- possible object is
Execute
-
getPath
Description copied from class:ToolGets the value of the path property. -
getPriority
Description copied from class:ToolGets the value of the priority property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the priority property.For example, to add a new item, do as follows:
getPriority().add(newItem);Objects of the following type(s) are allowed in the list
Priority- Overrides:
getPriorityin classTool
-