Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.interpolation | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.profile.activation | |
org.apache.maven.profiles.activation |
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 |
ActivationOS.clone()
Method clone.
|
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 void |
StringVisitorModelInterpolator.ModelVisitor.visit(ActivationOS activationOS) |
Modifier and Type | Method and Description |
---|---|
private ActivationOS |
MavenXpp3Reader.parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationOS.
|
private ActivationOS |
MavenXpp3ReaderEx.parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationOS.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeActivationOS(ActivationOS activationOS,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.
|
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 |
---|---|
private boolean |
OperatingSystemProfileActivator.ensureAtLeastOneNonNull(ActivationOS os)
Deprecated.
|