Interface ToolInfo
- All Known Implementing Classes:
ToolInfoImpl
public interface ToolInfo
-
Method Summary
Modifier and TypeMethodDescriptionfindCommandByImage(String imageName) Known images which do NOT contain the tool - i.e.getCommand(String commandPath) getName()default booleanisAbsentInDockerImage(String dockerImage) list()
-
Method Details
-
getName
String getName() -
getAbsenceInDockerImages
-
isAbsentInDockerImage
-
getAbsentOnHost
-
findCommandByImage
-
findCommandOnHost
CommandTargetInfo findCommandOnHost() -
list
Stream<CommandTargetInfo> list() -
getCommand
-