org.apache.maven.profiles
Interface MavenProfilesBuilder

All Known Implementing Classes:
DefaultMavenProfilesBuilder

Deprecated.

@Deprecated
public interface MavenProfilesBuilder

Version:
$Id: MavenProfilesBuilder.java 806538 2009-08-21 13:07:32Z bentmann $
Author:
jdcasey

Field Summary
static java.lang.String ROLE
          Deprecated.  
 
Method Summary
 ProfilesRoot buildProfiles(java.io.File basedir)
          Deprecated.  
 

Field Detail

ROLE

static final java.lang.String ROLE
Deprecated. 
Method Detail

buildProfiles

ProfilesRoot buildProfiles(java.io.File basedir)
                           throws java.io.IOException,
                                  org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Throws:
java.io.IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException


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