org.apache.maven.profiles
Interface ProfileManager

All Known Implementing Classes:
DefaultProfileManager

Deprecated.

@Deprecated
public interface ProfileManager


Method Summary
 void addProfile(Profile profile)
          Deprecated.  
 void addProfiles(List profiles)
          Deprecated.  
 void explicitlyActivate(List profileIds)
          Deprecated.  
 void explicitlyActivate(String profileId)
          Deprecated.  
 void explicitlyDeactivate(List profileIds)
          Deprecated.  
 void explicitlyDeactivate(String profileId)
          Deprecated.  
 List getActiveProfiles()
          Deprecated.  
 List getExplicitlyActivatedIds()
          Deprecated.  
 List getExplicitlyDeactivatedIds()
          Deprecated.  
 List getIdsActivatedByDefault()
          Deprecated.  
 Map getProfilesById()
          Deprecated.  
 Properties getRequestProperties()
          Deprecated.  
 

Method Detail

addProfile

void addProfile(Profile profile)
Deprecated. 

explicitlyActivate

void explicitlyActivate(String profileId)
Deprecated. 

explicitlyActivate

void explicitlyActivate(List profileIds)
Deprecated. 

explicitlyDeactivate

void explicitlyDeactivate(String profileId)
Deprecated. 

explicitlyDeactivate

void explicitlyDeactivate(List profileIds)
Deprecated. 

getActiveProfiles

List getActiveProfiles()
                       throws ProfileActivationException
Deprecated. 
Throws:
ProfileActivationException

addProfiles

void addProfiles(List profiles)
Deprecated. 

getProfilesById

Map getProfilesById()
Deprecated. 

getExplicitlyActivatedIds

List getExplicitlyActivatedIds()
Deprecated. 

getExplicitlyDeactivatedIds

List getExplicitlyDeactivatedIds()
Deprecated. 

getIdsActivatedByDefault

List getIdsActivatedByDefault()
Deprecated. 

getRequestProperties

Properties getRequestProperties()
Deprecated. 


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.