Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.xpp3 | |
org.apache.maven.profiles.activation | |
org.apache.maven.project |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
OperatingSystemProfileActivator.ensureAtLeastOneNonNull(ActivationOS os) |
Modifier and Type | Method and Description |
---|---|
static ActivationOS |
ModelUtils.cloneActivationOs(ActivationOS src) |
Modifier and Type | Method and Description |
---|---|
static ActivationOS |
ModelUtils.cloneActivationOs(ActivationOS src) |