| Package | Description |
|---|---|
| org.apache.maven.settings |
| Modifier and Type | Method | Description |
|---|---|---|
Profile |
Profile.clone() |
Method clone.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Profile> |
Settings.getProfiles() |
Method getProfiles.
|
java.util.Map<java.lang.String,Profile> |
Settings.getProfilesAsMap() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.addProfile(Profile profile) |
Method addProfile.
|
void |
Settings.removeProfile(Profile profile) |
Method removeProfile.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Settings.setProfiles(java.util.List<Profile> profiles) |
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|