Package org.apache.maven.profiles
Interface ProfileManager
- All Known Implementing Classes:
- DefaultProfileManager
Deprecated.
ProfileManager
- 
Method SummaryModifier 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- 
addProfileDeprecated.
- 
explicitlyActivateDeprecated.
- 
explicitlyActivateDeprecated.
- 
explicitlyDeactivateDeprecated.
- 
explicitlyDeactivateDeprecated.
- 
getActiveProfilesDeprecated.- Throws:
- ProfileActivationException
 
- 
addProfilesDeprecated.
- 
getProfilesByIdMap getProfilesById()Deprecated.
- 
getExplicitlyActivatedIdsDeprecated.
- 
getExplicitlyDeactivatedIdsDeprecated.
- 
getIdsActivatedByDefaultList getIdsActivatedByDefault()Deprecated.
- 
getRequestPropertiesProperties getRequestProperties()Deprecated.
 
-