Package org.apache.maven.toolchain
Interface ToolchainFactory
- All Known Implementing Classes:
- JavaToolchainFactory
public interface ToolchainFactory
Internal toolchain factory, to prepare toolchains instances.
- Since:
- 2.0.9
- Author:
- mkleint
- 
Method SummaryModifier and TypeMethodDescriptionReturns the default instance of the particular type of toolchain, can returnnullif not applicable.createToolchain(ToolchainModel model) Create instance of toolchain.
- 
Method Details- 
createToolchainCreate instance of toolchain.- Throws:
- MisconfiguredToolchainException
 
- 
createDefaultToolchainToolchainPrivate createDefaultToolchain()Returns the default instance of the particular type of toolchain, can returnnullif not applicable. TODO keep around??
 
-