Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private ActivationProperty |
Activation.property
Specifies that this profile will be activated
when this 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
property is specified.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setProperty(ActivationProperty property)
Set specifies that this profile will be activated when this
property is specified.
|
Modifier and Type | Method and Description |
---|---|
private ActivationProperty |
SettingsXpp3Reader.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationProperty.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeActivationProperty(ActivationProperty activationProperty,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationProperty.
|