Uses of Class
org.apache.maven.model.ActivationProperty
Packages that use ActivationProperty
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo model.XML reader and writer classes for Maven POM, generated from
maven.mdo model.-
Uses of ActivationProperty in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationPropertyModifier and TypeFieldDescriptionprivate ActivationPropertyActivation.propertySpecifies that this profile will be activated when this property is specified.Methods in org.apache.maven.model that return ActivationPropertyModifier and TypeMethodDescriptionActivationProperty.clone()Method clone.Activation.getProperty()Get specifies that this profile will be activated when this property is specified.Methods in org.apache.maven.model with parameters of type ActivationPropertyModifier and TypeMethodDescriptionvoidActivation.setProperty(ActivationProperty property) Set specifies that this profile will be activated when this property is specified. -
Uses of ActivationProperty in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ActivationPropertyModifier and TypeMethodDescriptionprivate voidStringVisitorModelInterpolator.ModelVisitor.visit(ActivationProperty activationProperty) -
Uses of ActivationProperty in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationPropertyModifier and TypeMethodDescriptionprivate ActivationPropertyMavenXpp3Reader.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivationProperty.private ActivationPropertyMavenXpp3ReaderEx.parseActivationProperty(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseActivationProperty.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationPropertyModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeActivationProperty(ActivationProperty activationProperty, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationProperty.private voidMavenXpp3WriterEx.writeActivationProperty(ActivationProperty activationProperty, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivationProperty.