Package org.apache.maven.profiles
Interface MavenProfilesBuilder
-
- All Known Implementing Classes:
DefaultMavenProfilesBuilder
public interface MavenProfilesBuilder
- Version:
- $Id: MavenProfilesBuilder.java 640549 2008-03-24 20:05:11Z bentmann $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfilesRoot
buildProfiles(java.io.File basedir)
-
-
-
Method Detail
-
buildProfiles
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
-
-