| Package | Description |
|---|---|
| org.apache.maven.profiles | |
| org.apache.maven.profiles.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 |
ProfilesXpp3Reader.parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationOS.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ProfilesXpp3Writer.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.
|