| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.profiles.io.xpp3 |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Profile> |
ProfilesRoot.profiles
Field profiles.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Profile> |
ProfilesRoot.getProfiles()
Method getProfiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilesRoot.addProfile(Profile profile)
Method addProfile.
|
static Profile |
ProfilesConversionUtils.convertFromProfileXmlProfile(Profile profileXmlProfile)
Deprecated.
|
void |
ProfilesRoot.removeProfile(Profile profile)
Method removeProfile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProfilesRoot.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 |
ProfilesXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ProfilesXpp3Writer.writeProfile(Profile profile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
|