Uses of Class
org.apache.maven.model.ActivationProperty
-
Packages that use ActivationProperty Package Description org.apache.maven.model -
-
Uses of ActivationProperty in org.apache.maven.model
Methods in org.apache.maven.model that return ActivationProperty Modifier and Type Method Description ActivationProperty
Activation. getProperty()
Get specifies that this profile will be activated when this system property is specified.Methods in org.apache.maven.model with parameters of type ActivationProperty Modifier and Type Method Description void
Activation. setProperty(ActivationProperty property)
Set specifies that this profile will be activated when this system property is specified.
-