org.apache.maven.project.builder.profile
Class ProfileContext

java.lang.Object
  extended by org.apache.maven.project.builder.profile.ProfileContext

public class ProfileContext
extends java.lang.Object


Constructor Summary
ProfileContext(org.apache.maven.shared.model.ModelDataSource modelDataSource, java.util.List<org.apache.maven.shared.model.InterpolatorProperty> properties)
           
 
Method Summary
 java.util.Collection<org.apache.maven.shared.model.ModelContainer> getActiveProfiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileContext

public ProfileContext(org.apache.maven.shared.model.ModelDataSource modelDataSource,
                      java.util.List<org.apache.maven.shared.model.InterpolatorProperty> properties)
Method Detail

getActiveProfiles

public java.util.Collection<org.apache.maven.shared.model.ModelContainer> getActiveProfiles()
                                                                                     throws org.apache.maven.shared.model.DataSourceException
Throws:
org.apache.maven.shared.model.DataSourceException


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