org.apache.maven.toolchain
Interface ToolchainFactory

All Known Implementing Classes:
DefaultJavaToolchainFactory

public interface ToolchainFactory

Author:
mkleint

Method Summary
 ToolchainPrivate createDefaultToolchain()
          Returns the default instance of the particular type of toolchain, can return null if not applicable.
 ToolchainPrivate createToolchain(ToolchainModel model)
          Create instance of toolchain.
 

Method Detail

createToolchain

ToolchainPrivate createToolchain(ToolchainModel model)
                                 throws MisconfiguredToolchainException
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??



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.