Class DefaultProfileSelector

java.lang.Object
org.apache.maven.internal.impl.model.DefaultProfileSelector
All Implemented Interfaces:
ProfileSelector

@Named @Singleton public class DefaultProfileSelector extends Object implements ProfileSelector
Calculates the active profiles among a given collection of profiles.
  • Field Details

  • Constructor Details

    • DefaultProfileSelector

      public DefaultProfileSelector()
    • DefaultProfileSelector

      @Inject public DefaultProfileSelector(List<ProfileActivator> activators)
  • Method Details