Class ToolInfo
java.lang.Object
fr.ens.biologie.genomique.eoulsan.galaxytools.ToolInfo
The class define a tool data which contains all data extracted from XML file.
- Since:
- 2.0
- Author:
- Sandrine Perrin
-
Method Summary
Modifier and TypeMethodDescriptionGet the Cheetah script.Get the tool description.Get Docker image.getInterpreter(boolean dockerEnabled) Get the interpreter.Get the tool Id.Get the tool name.Get the tool source.Get the tool version.toString()
-
Method Details
-
getToolSource
Get the tool source.- Returns:
- the tool source
-
getToolID
Get the tool Id.- Returns:
- the tool id
-
getToolName
Get the tool name.- Returns:
- the tool name
-
getToolVersion
Get the tool version.- Returns:
- the tool version
-
getDescription
Get the tool description.- Returns:
- the tool description
-
getInterpreter
Get the interpreter.- Parameters:
dockerEnabled- enable docker container- Returns:
- the interpreter
-
getCheetahScript
Get the Cheetah script.- Returns:
- the Cheetah script
-
getDockerImage
Get Docker image.- Returns:
- the docker image
-
toString
-