Package org.apache.maven.profiles
Interface ProfileManager
- All Known Implementing Classes:
 DefaultProfileManager
Deprecated.
ProfileManager
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddProfile(Profile profile) Deprecated.voidaddProfiles(List<Profile> profiles) Deprecated.voidexplicitlyActivate(String profileId) Deprecated.voidexplicitlyActivate(List<String> profileIds) Deprecated.voidexplicitlyDeactivate(String profileId) Deprecated.voidexplicitlyDeactivate(List<String> profileIds) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. 
- 
Method Details
- 
addProfile
Deprecated. - 
explicitlyActivate
Deprecated. - 
explicitlyActivate
Deprecated. - 
explicitlyDeactivate
Deprecated. - 
explicitlyDeactivate
Deprecated. - 
getActiveProfiles
Deprecated.- Throws:
 ProfileActivationException
 - 
addProfiles
Deprecated. - 
getProfilesById
Map getProfilesById()Deprecated. - 
getExplicitlyActivatedIds
Deprecated. - 
getExplicitlyDeactivatedIds
Deprecated. - 
getIdsActivatedByDefault
List getIdsActivatedByDefault()Deprecated. - 
getRequestProperties
Properties getRequestProperties()Deprecated. 
 -