Package org.apache.maven.toolchain
Interface Toolchain
- All Known Subinterfaces:
 JavaToolchain,ToolchainPrivate
- All Known Implementing Classes:
 DefaultJavaToolChain,DefaultToolchain,JavaToolchainImpl
public interface Toolchain
Toolchain interface.
- Since:
 - 2.0.9
 
- 
Method Summary
 
- 
Method Details
- 
getType
String getType()get the type of toolchain.- Returns:
 - the toolchain type
 
 - 
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
 
 
 -