Uses of Class
org.apache.maven.profiles.ActivationOS
-
Packages that use ActivationOS Package Description org.apache.maven.profiles org.apache.maven.profiles.io.xpp3 -
-
Uses of ActivationOS in org.apache.maven.profiles
Fields in org.apache.maven.profiles declared as ActivationOS Modifier and Type Field Description private ActivationOS
Activation. os
Specifies that this profile will be activated when matching OS attributes are detected.Methods in org.apache.maven.profiles that return ActivationOS Modifier and Type Method Description ActivationOS
Activation. getOs()
Get specifies that this profile will be activated when matching OS attributes are detected.Methods in org.apache.maven.profiles 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 OS attributes are detected. -
Uses of ActivationOS in org.apache.maven.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return ActivationOS Modifier and Type Method Description private ActivationOS
ProfilesXpp3Reader. parseActivationOS(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseActivationOS.Methods in org.apache.maven.profiles.io.xpp3 with parameters of type ActivationOS Modifier and Type Method Description private void
ProfilesXpp3Writer. writeActivationOS(ActivationOS activationOS, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationOS.
-