org.apache.maven.coreit.toolchain
Class CoreItToolchainFactory

java.lang.Object
  extended by org.apache.maven.coreit.toolchain.CoreItToolchainFactory
All Implemented Interfaces:
ToolchainFactory

public class CoreItToolchainFactory
extends Object
implements ToolchainFactory

Author:
Benjamin Bentmann

Field Summary
 
Fields inherited from interface org.apache.maven.toolchain.ToolchainFactory
ROLE
 
Constructor Summary
CoreItToolchainFactory()
           
 
Method Summary
 ToolchainPrivate createDefaultToolchain()
           
 ToolchainPrivate createToolchain(ToolchainModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreItToolchainFactory

public CoreItToolchainFactory()
Method Detail

createDefaultToolchain

public ToolchainPrivate createDefaultToolchain()
Specified by:
createDefaultToolchain in interface ToolchainFactory

createToolchain

public ToolchainPrivate createToolchain(ToolchainModel model)
                                 throws MisconfiguredToolchainException
Specified by:
createToolchain in interface ToolchainFactory
Throws:
MisconfiguredToolchainException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.