org.apache.maven.profiles
Class DefaultMavenProfilesBuilder

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.profiles.DefaultMavenProfilesBuilder
All Implemented Interfaces:
MavenProfilesBuilder, org.codehaus.plexus.logging.LogEnabled

Deprecated.

@Deprecated
@Component(role=MavenProfilesBuilder.class)
public class DefaultMavenProfilesBuilder
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements MavenProfilesBuilder


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.MavenProfilesBuilder
ROLE
 
Constructor Summary
DefaultMavenProfilesBuilder()
          Deprecated.  
 
Method Summary
 ProfilesRoot buildProfiles(File basedir)
          Deprecated.  
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMavenProfilesBuilder

public DefaultMavenProfilesBuilder()
Deprecated. 
Method Detail

buildProfiles

public ProfilesRoot buildProfiles(File basedir)
                           throws IOException,
                                  org.codehaus.plexus.util.xml.pull.XmlPullParserException
Deprecated. 
Specified by:
buildProfiles in interface MavenProfilesBuilder
Throws:
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException


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