Package org.apache.maven.profiles
Class DefaultProfileManager
java.lang.Object
org.apache.maven.profiles.DefaultProfileManager
- All Implemented Interfaces:
- ProfileManager
Deprecated.
DefaultProfileManager
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultProfileManager(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 SummaryModifier and TypeMethodDescriptionvoidactivateAsDefault(String profileId) Deprecated.voidaddProfile(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.
- 
Constructor Details- 
DefaultProfileManagerDeprecated.without passing in the system properties, the SystemPropertiesProfileActivator will not work correctly in embedded environments.
- 
DefaultProfileManagerDeprecated.the properties passed to the profile manager are the props that are passed to maven, possibly containing profile activator properties
 
- 
- 
Method Details- 
getRequestPropertiesDeprecated.- Specified by:
- getRequestPropertiesin interface- ProfileManager
 
- 
getProfilesByIdDeprecated.- Specified by:
- getProfilesByIdin interface- ProfileManager
 
- 
addProfileDeprecated.- Specified by:
- addProfilein interface- ProfileManager
 
- 
explicitlyActivateDeprecated.- Specified by:
- explicitlyActivatein interface- ProfileManager
 
- 
explicitlyActivateDeprecated.- Specified by:
- explicitlyActivatein interface- ProfileManager
 
- 
explicitlyDeactivateDeprecated.- Specified by:
- explicitlyDeactivatein interface- ProfileManager
 
- 
explicitlyDeactivateDeprecated.- Specified by:
- explicitlyDeactivatein interface- ProfileManager
 
- 
getActiveProfilesDeprecated.- Specified by:
- getActiveProfilesin interface- ProfileManager
- Throws:
- ProfileActivationException
 
- 
addProfilesDeprecated.- Specified by:
- addProfilesin interface- ProfileManager
 
- 
activateAsDefaultDeprecated.
- 
getExplicitlyActivatedIdsDeprecated.- Specified by:
- getExplicitlyActivatedIdsin interface- ProfileManager
 
- 
getExplicitlyDeactivatedIdsDeprecated.- Specified by:
- getExplicitlyDeactivatedIdsin interface- ProfileManager
 
- 
getIdsActivatedByDefaultDeprecated.- Specified by:
- getIdsActivatedByDefaultin interface- ProfileManager
 
 
-