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