Package org.apache.maven.profiles
Class DefaultProfileManager
java.lang.Object
org.apache.maven.profiles.DefaultProfileManager
- All Implemented Interfaces:
 ProfileManager
Deprecated.
DefaultProfileManager
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultProfileManager(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 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
- 
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:
 getRequestPropertiesin interfaceProfileManager
 - 
getProfilesById
Deprecated.- Specified by:
 getProfilesByIdin interfaceProfileManager
 - 
addProfile
Deprecated.- Specified by:
 addProfilein interfaceProfileManager
 - 
explicitlyActivate
Deprecated.- Specified by:
 explicitlyActivatein interfaceProfileManager
 - 
explicitlyActivate
Deprecated.- Specified by:
 explicitlyActivatein interfaceProfileManager
 - 
explicitlyDeactivate
Deprecated.- Specified by:
 explicitlyDeactivatein interfaceProfileManager
 - 
explicitlyDeactivate
Deprecated.- Specified by:
 explicitlyDeactivatein interfaceProfileManager
 - 
getActiveProfiles
Deprecated.- Specified by:
 getActiveProfilesin interfaceProfileManager- Throws:
 ProfileActivationException
 - 
addProfiles
Deprecated.- Specified by:
 addProfilesin interfaceProfileManager
 - 
activateAsDefault
Deprecated. - 
getExplicitlyActivatedIds
Deprecated.- Specified by:
 getExplicitlyActivatedIdsin interfaceProfileManager
 - 
getExplicitlyDeactivatedIds
Deprecated.- Specified by:
 getExplicitlyDeactivatedIdsin interfaceProfileManager
 - 
getIdsActivatedByDefault
Deprecated.- Specified by:
 getIdsActivatedByDefaultin interfaceProfileManager
 
 -