Package | Description |
---|---|
org.apache.maven.execution | |
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
SettingsAdapter.getProfiles() |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Profile> |
Settings.profileMap |
private java.util.List<Profile> |
Settings.profiles
Field profiles.
|
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.clone()
Method clone.
|
static Profile |
SettingsUtils.convertToSettingsProfile(Profile modelProfile) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
Settings.getProfiles()
Method getProfiles.
|
java.util.Map<java.lang.String,Profile> |
Settings.getProfilesAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
Settings.addProfile(Profile profile)
Method addProfile.
|
static Profile |
SettingsUtils.convertFromSettingsProfile(Profile settingsProfile) |
void |
Settings.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setProfiles(java.util.List<Profile> profiles)
Set configuration of build profiles for adjusting the build
according to environmental parameters.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
SettingsXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeProfile(Profile profile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
|