Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Profile> |
Model.profiles
Field profiles.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Profile> |
Model.getProfiles()
Method getProfiles.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.addProfile(Profile profile)
Method addProfile.
|
void |
Model.removeProfile(Profile profile)
Method removeProfile.
|
Modifier and Type | Method and Description |
---|---|
void |
Model.setProfiles(java.util.List<Profile> profiles)
Set a listing of project-local build profiles which will
modify the build process when activated.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
MavenDom4jReader.parseProfile(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseProfile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeProfile(Profile profile,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeProfile.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateProfile(Profile profile,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateProfile.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
MavenStaxReader.parseProfile(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseProfile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeProfile(Profile profile,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeProfile.
|
Modifier and Type | Method and Description |
---|---|
private Profile |
MavenXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseProfile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeProfile(Profile profile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
|