Uses of Class
org.apache.maven.model.Activation
-
Packages that use Activation Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger.org.apache.maven.model.validation -
-
Uses of Activation in org.apache.maven.model
Fields in org.apache.maven.model declared as Activation Modifier and Type Field Description private ActivationProfile. activationThe conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model that return Activation Modifier and Type Method Description ActivationActivation. clone()Method clone.ActivationProfile. getActivation()Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model with parameters of type Activation Modifier and Type Method Description voidProfile. setActivation(Activation activation)Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Activation Modifier and Type Method Description private voidStringVisitorModelInterpolator.ModelVisitor. visit(Activation activation) -
Uses of Activation in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Activation Modifier and Type Method Description private ActivationMavenXpp3Reader. parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseActivation.private ActivationMavenXpp3ReaderEx. parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)Method parseActivation.Methods in org.apache.maven.model.io.xpp3 with parameters of type Activation Modifier and Type Method Description private voidMavenXpp3Writer. writeActivation(Activation activation, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeActivation.private voidMavenXpp3WriterEx. writeActivation(Activation activation, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeActivation. -
Uses of Activation in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type Activation Modifier and Type Method Description protected voidModelMerger. mergeActivation(Activation target, Activation source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context) -
Uses of Activation in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type Activation Modifier and Type Method Description private voidDefaultModelValidator. validate30RawProfileActivation(ModelProblemCollector problems, Activation activation, java.lang.String prefix)
-