org.apache.maven.toolchain
Interface ToolchainManagerPrivate

All Known Implementing Classes:
DefaultToolchainManager

public interface ToolchainManagerPrivate

Component for use by the maven-toolchains-plugin only.

Author:
mkleint

Field Summary
static String ROLE
           
 
Method Summary
 ToolchainPrivate[] getToolchainsForType(String type)
          Retrieves the toolchains of given type from the user settings.
 void storeToolchainToBuildContext(ToolchainPrivate toolchain, MavenSession context)
          Stores the toolchain into build context.
 

Field Detail

ROLE

static final String ROLE
Method Detail

getToolchainsForType

ToolchainPrivate[] getToolchainsForType(String type)
                                        throws MisconfiguredToolchainException
Retrieves the toolchains of given type from the user settings.

Throws:
MisconfiguredToolchainException

storeToolchainToBuildContext

void storeToolchainToBuildContext(ToolchainPrivate toolchain,
                                  MavenSession context)
Stores the toolchain into build context.



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