public class SettingsXmlProfileSelector extends Object implements org.apache.maven.model.profile.ProfileSelector
ProfileSelector
implementation backed by metadata defined by settings.xml
Constructor and Description |
---|
SettingsXmlProfileSelector() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
explicitlyActivatedProfiles(String... profiles) |
static List<String> |
explicitlyDisabledProfiles(String... profiles) |
List<org.apache.maven.model.Profile> |
getActiveProfiles(Collection<org.apache.maven.model.Profile> profiles,
org.apache.maven.model.profile.ProfileActivationContext context,
org.apache.maven.model.building.ModelProblemCollector problems) |
public List<org.apache.maven.model.Profile> getActiveProfiles(Collection<org.apache.maven.model.Profile> profiles, org.apache.maven.model.profile.ProfileActivationContext context, org.apache.maven.model.building.ModelProblemCollector problems)
getActiveProfiles
in interface org.apache.maven.model.profile.ProfileSelector
public static List<String> explicitlyActivatedProfiles(String... profiles)
Copyright © 2021 JBoss by Red Hat. All rights reserved.