| 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 ActivationCustom |
Activation.custom
Describes a custom profile activation trigger,
brought in via build extension.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationCustom |
Activation.getCustom()
Get describes a custom profile activation trigger, brought
in via build extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Activation.setCustom(ActivationCustom custom)
Set describes a custom profile activation trigger, brought
in via build extension.
|
| Modifier and Type | Method and Description |
|---|---|
private ActivationCustom |
MavenDom4jReader.parseActivationCustom(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenDom4jWriter.writeActivationCustom(ActivationCustom activationCustom,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MavenJDOMWriter.updateActivationCustom(ActivationCustom activationCustom,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
private ActivationCustom |
MavenStaxReader.parseActivationCustom(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenStaxWriter.writeActivationCustom(ActivationCustom activationCustom,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
private ActivationCustom |
MavenXpp3Reader.parseActivationCustom(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationCustom.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenXpp3Writer.writeActivationCustom(ActivationCustom activationCustom,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationCustom.
|