Package org.apache.maven.impl.model
Class DefaultProfileSelector
java.lang.Object
org.apache.maven.impl.model.DefaultProfileSelector
- All Implemented Interfaces:
ProfileSelector
Calculates the active profiles among a given collection of profiles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProfileActivator(ProfileActivator profileActivator) getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems)
-
Constructor Details
-
DefaultProfileSelector
public DefaultProfileSelector() -
DefaultProfileSelector
-
-
Method Details
-
addProfileActivator
-
getActiveProfiles
public List<Profile> getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) - Specified by:
getActiveProfilesin interfaceProfileSelector
-