org.apache.maven.profiles
Interface MavenProfilesBuilder

All Known Implementing Classes:
DefaultMavenProfilesBuilder

public interface MavenProfilesBuilder

Version:
$Id: MavenProfilesBuilder.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
jdcasey

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 org.apache.maven.profiles.ProfilesRoot buildProfiles(java.io.File basedir)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

buildProfiles

org.apache.maven.profiles.ProfilesRoot buildProfiles(java.io.File basedir)
                                                     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 Apache Software Foundation. All Rights Reserved.