org.apache.maven.toolchain
Interface ToolchainManager

All Known Implementing Classes:
DefaultToolchainManager, DefaultToolchainManagerPrivate

public interface ToolchainManager

Author:
mkleint

Field Summary
static String ROLE
          Deprecated. 
 
Method Summary
 Toolchain getToolchainFromBuildContext(String type, MavenSession context)
          to be used from plugins capable of working with toolchains.
 

Field Detail

ROLE

@Deprecated
static final String ROLE
Deprecated. 
Method Detail

getToolchainFromBuildContext

Toolchain getToolchainFromBuildContext(String type,
                                       MavenSession context)
to be used from plugins capable of working with toolchains.



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.