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 Activation |
Profile.activation
The conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
Activation |
Profile.getActivation()
Get the conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setActivation(Activation activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
private Activation |
MavenDom4jReader.parseActivation(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivation.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeActivation(Activation activation,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateActivation(Activation activation,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivation.
|
Modifier and Type | Method and Description |
---|---|
private Activation |
MavenStaxReader.parseActivation(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivation.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeActivation(Activation activation,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivation.
|
Modifier and Type | Method and Description |
---|---|
private Activation |
MavenXpp3Reader.parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivation.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
|