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 ActivationProperty |
Activation.property
Specifies that this profile will be activated
when this system property is specified.
|
Modifier and Type | Method and Description |
---|---|
ActivationProperty |
Activation.getProperty()
Get specifies that this profile will be activated when this
system property is specified.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setProperty(ActivationProperty property)
Set specifies that this profile will be activated when this
system property is specified.
|
Modifier and Type | Method and Description |
---|---|
private ActivationProperty |
MavenDom4jReader.parseActivationProperty(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateActivationProperty(ActivationProperty activationProperty,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private ActivationProperty |
MavenStaxReader.parseActivationProperty(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private ActivationProperty |
MavenXpp3Reader.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationProperty.
|