Uses of Class
org.apache.maven.model.ActivationProperty
-
Packages that use ActivationProperty Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of ActivationProperty in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationProperty Modifier and Type Field Description private ActivationPropertyActivation. propertySpecifies that this profile will be activated when this system property is specified.Methods in org.apache.maven.model that return ActivationProperty Modifier and Type Method Description ActivationPropertyActivation. 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 voidActivation. setProperty(ActivationProperty property)Set specifies that this profile will be activated when this system property is specified. -
Uses of ActivationProperty in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationProperty Modifier and Type Method Description private ActivationPropertyMavenXpp3Reader. parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseActivationProperty.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationProperty Modifier and Type Method Description private voidMavenXpp3Writer. writeActivationProperty(ActivationProperty activationProperty, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeActivationProperty. -
Uses of ActivationProperty in org.apache.maven.project
Methods in org.apache.maven.project that return ActivationProperty Modifier and Type Method Description static ActivationPropertyModelUtils. cloneActivationProperty(ActivationProperty src)Methods in org.apache.maven.project with parameters of type ActivationProperty Modifier and Type Method Description static ActivationPropertyModelUtils. cloneActivationProperty(ActivationProperty src)
-