Package org.apache.maven.toolchain
Interface ToolchainFactory
- All Known Implementing Classes:
DefaultJavaToolchainFactory
public interface ToolchainFactory
- Author:
- mkleint
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the default instance of the particular type of toolchain, can return null if not applicable.createToolchain
(ToolchainModel model) Create instance of toolchain.
-
Field Details
-
ROLE
-
-
Method Details
-
createToolchain
Create instance of toolchain.- Throws:
MisconfiguredToolchainException
-
createDefaultToolchain
ToolchainPrivate createDefaultToolchain()Returns the default instance of the particular type of toolchain, can return null if not applicable. TODO keep around??
-