org.apache.maven.settings
Interface MavenSettingsBuilder

All Known Implementing Classes:
DefaultMavenSettingsBuilder

public interface MavenSettingsBuilder

Version:
$Id: MavenSettingsBuilder.java 640236 2008-03-23 18:20:22Z bentmann $
Author:
jdcasey, Jason van Zyl

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 Settings buildSettings(MavenExecutionRequest request)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

buildSettings

Settings buildSettings(MavenExecutionRequest request)
                       throws java.io.IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException


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