Uses of Class
org.apache.maven.model.ActivationOS
-
Packages that use ActivationOS Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdo
model.org.apache.maven.model.profile.activation org.apache.maven.profiles.activation -
-
Uses of ActivationOS in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationOS Modifier and Type Field Description private 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 ActivationOS Modifier and Type Method Description ActivationOS
ActivationOS. clone()
Method clone.ActivationOS
Activation. 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 ActivationOS Modifier and Type Method Description void
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.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ActivationOS Modifier and Type Method Description private void
StringVisitorModelInterpolator.ModelVisitor. visit(ActivationOS activationOS)
-
Uses of ActivationOS in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationOS Modifier and Type Method Description private ActivationOS
MavenXpp3Reader. parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseActivationOS.private ActivationOS
MavenXpp3ReaderEx. parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)
Method parseActivationOS.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationOS Modifier and Type Method Description private void
MavenXpp3Writer. writeActivationOS(ActivationOS activationOS, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.private void
MavenXpp3WriterEx. writeActivationOS(ActivationOS activationOS, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS. -
Uses of ActivationOS in org.apache.maven.model.profile.activation
Methods in org.apache.maven.model.profile.activation with parameters of type ActivationOS Modifier and Type Method Description private boolean
OperatingSystemProfileActivator. ensureAtLeastOneNonNull(ActivationOS os)
-
Uses of ActivationOS in org.apache.maven.profiles.activation
Methods in org.apache.maven.profiles.activation with parameters of type ActivationOS Modifier and Type Method Description private boolean
OperatingSystemProfileActivator. ensureAtLeastOneNonNull(ActivationOS os)
Deprecated.
-