org.apache.maven.toolchain
Class DefaultToolchainManagerPrivate
java.lang.Object
  
org.apache.maven.toolchain.DefaultToolchainManager
      
org.apache.maven.toolchain.DefaultToolchainManagerPrivate
- All Implemented Interfaces: 
 - ToolchainManager, ToolchainManagerPrivate
 
@Component(role=ToolchainManagerPrivate.class)
public class DefaultToolchainManagerPrivate
- extends DefaultToolchainManager
- implements ToolchainManagerPrivate
  
- Author:
 
  - mkleint
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultToolchainManagerPrivate
public DefaultToolchainManagerPrivate()
getToolchainsForType
public ToolchainPrivate[] getToolchainsForType(String type,
                                               MavenSession context)
                                        throws MisconfiguredToolchainException
- Description copied from interface: 
ToolchainManagerPrivate 
- Retrieves the toolchains of given type from the user settings.
- Specified by:
 getToolchainsForType in interface ToolchainManagerPrivate
 
- Throws:
 MisconfiguredToolchainException
 
 
storeToolchainToBuildContext
public void storeToolchainToBuildContext(ToolchainPrivate toolchain,
                                         MavenSession session)
- Description copied from interface: 
ToolchainManagerPrivate 
- Stores the toolchain into build context.
- Specified by:
 storeToolchainToBuildContext in interface ToolchainManagerPrivate
 
 
 
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.