Uses of Class
org.apache.maven.settings.ActivationOS
Packages that use ActivationOS
-
Uses of ActivationOS in org.apache.maven.settings
Fields in org.apache.maven.settings declared as ActivationOSModifier and TypeFieldDescriptionprivate ActivationOS
Activation.os
Specifies that this profile will be activated when matching OS attributes are detected.Methods in org.apache.maven.settings that return ActivationOSModifier and TypeMethodDescriptionActivationOS.clone()
Method clone.Activation.getOs()
Get specifies that this profile will be activated when matching OS attributes are detected.Methods in org.apache.maven.settings with parameters of type ActivationOSModifier and TypeMethodDescriptionvoid
Activation.setOs
(ActivationOS os) Set specifies that this profile will be activated when matching OS attributes are detected. -
Uses of ActivationOS in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ActivationOSModifier and TypeMethodDescriptionprivate ActivationOS
SettingsXpp3Reader.parseActivationOS
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivationOS.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ActivationOSModifier and TypeMethodDescriptionprivate void
SettingsXpp3Writer.writeActivationOS
(ActivationOS activationOS, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationOS.