Package org.apache.maven.toolchain
Interface Toolchain
- All Known Subinterfaces:
JavaToolChain
,ToolchainPrivate
- All Known Implementing Classes:
DefaultJavaToolChain
,DefaultToolchain
public interface Toolchain
-
Method Summary
-
Method Details
-
getType
String getType() -
findTool
Gets the platform tool executable.- Parameters:
toolName
- the tool platform independent tool name.- Returns:
- file representing the tool executable, or null if the tool can not be found
-