Uses of Class
org.apache.maven.model.ActivationOS
-
Packages that use ActivationOS Package Description org.apache.maven.model -
-
Uses of ActivationOS in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationOS Modifier and Type Method Description 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.
-