Uses of Class
org.apache.maven.settings.Activation
Packages that use Activation
-
Uses of Activation in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ActivationModifier and TypeFieldDescriptionprivate Activation
Profile.activation
The conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.settings that return ActivationModifier and TypeMethodDescriptionActivation.clone()
Method clone.Profile.getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.settings with parameters of type ActivationModifier and TypeMethodDescriptionvoid
Profile.setActivation
(Activation activation) Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ActivationModifier and TypeMethodDescriptionprivate Activation
SettingsXpp3Reader.parseActivation
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivation.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ActivationModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeActivation
(Activation activation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivation.