Package org.apache.maven.profiles
Class DefaultProfileManager
java.lang.Object
org.apache.maven.profiles.DefaultProfileManager
- All Implemented Interfaces:
ProfileManager
Deprecated.
DefaultProfileManager
-
Constructor Summary
ConstructorDescriptionDefaultProfileManager
(org.codehaus.plexus.PlexusContainer container) Deprecated.without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments.DefaultProfileManager
(org.codehaus.plexus.PlexusContainer container, Properties props) Deprecated.the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties -
Method Summary
Modifier and TypeMethodDescriptionvoid
activateAsDefault
(String profileId) Deprecated.void
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.
-
Constructor Details
-
DefaultProfileManager
Deprecated.without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments. -
DefaultProfileManager
Deprecated.the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
-
-
Method Details
-
getRequestProperties
Deprecated.- Specified by:
getRequestProperties
in interfaceProfileManager
-
getProfilesById
Deprecated.- Specified by:
getProfilesById
in interfaceProfileManager
-
addProfile
Deprecated.- Specified by:
addProfile
in interfaceProfileManager
-
explicitlyActivate
Deprecated.- Specified by:
explicitlyActivate
in interfaceProfileManager
-
explicitlyActivate
Deprecated.- Specified by:
explicitlyActivate
in interfaceProfileManager
-
explicitlyDeactivate
Deprecated.- Specified by:
explicitlyDeactivate
in interfaceProfileManager
-
explicitlyDeactivate
Deprecated.- Specified by:
explicitlyDeactivate
in interfaceProfileManager
-
getActiveProfiles
Deprecated.- Specified by:
getActiveProfiles
in interfaceProfileManager
- Throws:
ProfileActivationException
-
addProfiles
Deprecated.- Specified by:
addProfiles
in interfaceProfileManager
-
activateAsDefault
Deprecated. -
getExplicitlyActivatedIds
Deprecated.- Specified by:
getExplicitlyActivatedIds
in interfaceProfileManager
-
getExplicitlyDeactivatedIds
Deprecated.- Specified by:
getExplicitlyDeactivatedIds
in interfaceProfileManager
-
getIdsActivatedByDefault
Deprecated.- Specified by:
getIdsActivatedByDefault
in interfaceProfileManager
-