Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private ActivationOS |
Activation.os
Specifies that this profile will be activated
when matching OS attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
ActivationOS |
Activation.getOs()
Get specifies that this profile will be activated when
matching OS attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setOs(ActivationOS os)
Set specifies that this profile will be activated when
matching OS attributes are detected.
|
Modifier and Type | Method and Description |
---|---|
private ActivationOS |
SettingsXpp3Reader.parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.
|