Package | Description |
---|---|
org.apache.maven.settings | |
org.apache.maven.settings.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Activation |
Profile.activation
The conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
Activation |
Profile.getActivation()
Get the conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setActivation(Activation activation)
Set the conditional logic which will automatically
trigger the inclusion of this profile.
|
Modifier and Type | Method and Description |
---|---|
private Activation |
SettingsXpp3Reader.parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivation.
|
Modifier and Type | Method and Description |
---|---|
private void |
SettingsXpp3Writer.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
|