Uses of Class
org.apache.maven.model.ActivationOS
Packages that use ActivationOS
Package
Description
-
Uses of ActivationOS in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationOSModifier and TypeFieldDescriptionprivate ActivationOS
Activation.os
Specifies that this profile will be activated when matching operating system attributes are detected.Methods in org.apache.maven.model that return ActivationOSModifier and TypeMethodDescriptionActivation.getOs()
Get specifies that this profile will be activated when matching operating system attributes are detected.Methods in org.apache.maven.model with parameters of type ActivationOSModifier and TypeMethodDescriptionvoid
Activation.setOs
(ActivationOS os) Set specifies that this profile will be activated when matching operating system attributes are detected. -
Uses of ActivationOS in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationOSModifier and TypeMethodDescriptionprivate ActivationOS
MavenXpp3Reader.parseActivationOS
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivationOS.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationOSModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeActivationOS
(ActivationOS activationOS, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationOS. -
Uses of ActivationOS in org.apache.maven.profiles.activation
Methods in org.apache.maven.profiles.activation with parameters of type ActivationOSModifier and TypeMethodDescriptionprivate boolean
OperatingSystemProfileActivator.ensureAtLeastOneNonNull
(ActivationOS os) -
Uses of ActivationOS in org.apache.maven.project
Methods in org.apache.maven.project that return ActivationOSModifier and TypeMethodDescriptionstatic ActivationOS
ModelUtils.cloneActivationOs
(ActivationOS src) Methods in org.apache.maven.project with parameters of type ActivationOSModifier and TypeMethodDescriptionstatic ActivationOS
ModelUtils.cloneActivationOs
(ActivationOS src)