Package org.apache.maven.profiles
Interface ProfileManager
- All Known Implementing Classes:
DefaultProfileManager
Deprecated.
ProfileManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProfile
(Profile profile) Deprecated.void
addProfiles
(List<Profile> profiles) Deprecated.void
explicitlyActivate
(String profileId) Deprecated.void
explicitlyActivate
(List<String> profileIds) Deprecated.void
explicitlyDeactivate
(String profileId) Deprecated.void
explicitlyDeactivate
(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.
-