Uses of Class
org.apache.maven.settings.ActivationProperty
-
Packages that use ActivationProperty Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of ActivationProperty in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ActivationProperty Modifier and Type Field Description private ActivationProperty
Activation. property
Specifies that this profile will be activated when this System property is specified.Methods in org.apache.maven.settings that return ActivationProperty Modifier and Type Method Description ActivationProperty
Activation. getProperty()
Get specifies that this profile will be activated when this System property is specified.Methods in org.apache.maven.settings with parameters of type ActivationProperty Modifier and Type Method Description void
Activation. setProperty(ActivationProperty property)
Set specifies that this profile will be activated when this System property is specified. -
Uses of ActivationProperty in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ActivationProperty Modifier and Type Method Description private ActivationProperty
SettingsXpp3Reader. parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseActivationProperty.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ActivationProperty Modifier and Type Method Description private void
SettingsXpp3Writer. writeActivationProperty(ActivationProperty activationProperty, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationProperty.
-