org.apache.maven.coreit.toolchain
Class CoreItToolchain

java.lang.Object
  extended by org.apache.maven.coreit.toolchain.CoreItToolchain
All Implemented Interfaces:
Toolchain, ToolchainPrivate

public class CoreItToolchain
extends Object
implements Toolchain, ToolchainPrivate

Author:
Benjamin Bentmann

Constructor Summary
CoreItToolchain(ToolchainModel model)
           
 
Method Summary
 String findTool(String toolName)
           
 ToolchainModel getModel()
           
 String getType()
           
 boolean matchesRequirements(Map requirements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreItToolchain

public CoreItToolchain(ToolchainModel model)
Method Detail

getType

public String getType()
Specified by:
getType in interface Toolchain

findTool

public String findTool(String toolName)
Specified by:
findTool in interface Toolchain

getModel

public ToolchainModel getModel()
Specified by:
getModel in interface ToolchainPrivate

matchesRequirements

public boolean matchesRequirements(Map requirements)
Specified by:
matchesRequirements in interface ToolchainPrivate


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