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