org.apache.maven.profiles
public interface ProfileManager
| Method Summary | |
|---|---|
| void | activateAsDefault(String profileId) |
| void | addProfile(Profile profile) |
| void | addProfiles(List profiles) |
| void | explicitlyActivate(String profileId) |
| void | explicitlyActivate(List profileIds) |
| void | explicitlyDeactivate(String profileId) |
| void | explicitlyDeactivate(List profileIds) |
| List | getActiveProfiles() |
| List | getExplicitlyActivatedIds() |
| List | getExplicitlyDeactivatedIds() |
| List | getIdsActivatedByDefault() |
| Map | getProfilesById() |
| void | loadSettingsProfiles(Settings settings) |