org.apache.maven.profiles
Interface MavenProfilesBuilder

All Known Implementing Classes:
DefaultMavenProfilesBuilder

public interface MavenProfilesBuilder

Version:
$Id: MavenProfilesBuilder.java 168292 2005-05-05 07:16:07Z brett $
Author:
jdcasey

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

Field Detail

ROLE

static final String ROLE
Method Detail

buildProfiles

org.apache.maven.profiles.ProfilesRoot buildProfiles(File basedir)
                                                     throws IOException,
                                                            org.codehaus.plexus.util.xml.pull.XmlPullParserException
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.