Uses of Class
org.apache.maven.settings.ActivationProperty
Packages that use ActivationProperty
-
Uses of ActivationProperty in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ActivationPropertyModifier and TypeFieldDescriptionprivate ActivationProperty
Activation.property
Specifies that this profile will be activated when this property is specified.Methods in org.apache.maven.settings that return ActivationPropertyModifier and TypeMethodDescriptionActivationProperty.clone()
Method clone.Activation.getProperty()
Get specifies that this profile will be activated when this property is specified.Methods in org.apache.maven.settings with parameters of type ActivationPropertyModifier and TypeMethodDescriptionvoid
Activation.setProperty
(ActivationProperty property) Set specifies that this profile will be activated when this property is specified. -
Uses of ActivationProperty in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ActivationPropertyModifier and TypeMethodDescriptionprivate 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 ActivationPropertyModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeActivationProperty
(ActivationProperty activationProperty, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationProperty.