org.apache.maven.toolchain
Interface Toolchain

All Known Subinterfaces:
JavaToolChain, ToolchainPrivate
All Known Implementing Classes:
DefaultJavaToolChain, DefaultToolchain

public interface Toolchain

Author:
Milos Kleint, Jason van Zyl

Method Summary
 String findTool(String toolName)
          Gets the platform tool executable.
 String getType()
           
 

Method Detail

getType

String getType()

findTool

String findTool(String toolName)
Gets the platform tool executable.

Parameters:
toolName - the tool platform independent tool name.
Returns:
file representing the tool executable, or null if the tool can not be found


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