Class ToolInfoImpl
java.lang.Object
org.aksw.shellgebra.registry.tool.ToolInfoImpl
- All Implemented Interfaces:
ToolInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()findCommandByImage(String imageName) Known images which do NOT contain the tool - i.e.getCommand(String commandPath) getName()getOrCreateCommand(String commandPath) booleanisAbsentInDockerImage(String dockerImage) list()setAbsentInDockerImage(String dockerImage) voidsetAbsentOnHost(Boolean value) toString()
-
Field Details
-
name
-
commandMap
-
absentOnHost
-
absenceInDockerImages
-
-
Constructor Details
-
ToolInfoImpl
-
-
Method Details
-
getName
-
getAbsenceInDockerImages
Description copied from interface:ToolInfoKnown images which do NOT contain the tool - i.e. search is known to not yield a result.- Specified by:
getAbsenceInDockerImagesin interfaceToolInfo
-
isAbsentInDockerImage
- Specified by:
isAbsentInDockerImagein interfaceToolInfo
-
setAbsentOnHost
-
getAbsentOnHost
- Specified by:
getAbsentOnHostin interfaceToolInfo
-
setAbsentInDockerImage
-
findCommandByImage
- Specified by:
findCommandByImagein interfaceToolInfo
-
findCommandOnHost
- Specified by:
findCommandOnHostin interfaceToolInfo
-
getOrCreateCommand
-
clone
-
toString
-
list
-
getCommand
- Specified by:
getCommandin interfaceToolInfo
-