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 $
- Author:
- jdcasey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfilesRootbuildProfiles(File basedir)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
buildProfiles
ProfilesRoot buildProfiles(File basedir) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
- Throws:
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserException
-
-