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. |
Modifier and Type | Field and Description |
---|---|
private ActivationProperty |
Activation.property
Specifies that this profile will be activated when this
system property is
specified.
|
Modifier and Type | Method and Description |
---|---|
ActivationProperty |
ActivationProperty.clone()
Method clone.
|
ActivationProperty |
Activation.getProperty()
Get specifies that this profile will be activated when this
system property is
specified.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setProperty(ActivationProperty property)
Set specifies that this profile will be activated when this
system property is
specified.
|
Modifier and Type | Method and Description |
---|---|
private void |
StringVisitorModelInterpolator.ModelVisitor.visit(ActivationProperty activationProperty) |
Modifier and Type | Method and Description |
---|---|
private ActivationProperty |
MavenXpp3Reader.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationProperty.
|
private ActivationProperty |
MavenXpp3ReaderEx.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationProperty.
|
private void |
MavenXpp3Writer.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationProperty.
|