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 ActivationOS |
Activation.os
Specifies that this profile will be activated
when matching operating system attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
ActivationOS |
Activation.getOs()
Get specifies that this profile will be activated when
matching operating system attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setOs(ActivationOS os)
Set specifies that this profile will be activated when
matching operating system attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
private ActivationOS |
MavenDom4jReader.parseActivationOS(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivationOS.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateActivationOS(ActivationOS activationOS,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private ActivationOS |
MavenStaxReader.parseActivationOS(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private ActivationOS |
MavenXpp3Reader.parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.
|