Uses of Class
org.apache.maven.model.Activation
Packages that use Activation
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.POM merger.
-
Uses of Activation in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationModifier and TypeFieldDescriptionprivate Activation
Profile.activation
The conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model that return ActivationModifier and TypeMethodDescriptionActivation.clone()
Method clone.Profile.getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model with parameters of type ActivationModifier and TypeMethodDescriptionvoid
Profile.setActivation
(Activation activation) Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return types with arguments of type ActivationModifier and TypeMethodDescriptionprivate Map<String,
Activation> DefaultModelBuilder.getInterpolatedActivations
(Model rawModel, DefaultProfileActivationContext context, DefaultModelProblemCollector problems) private Map<String,
Activation> DefaultModelBuilder.getProfileActivations
(Model model, boolean clone) Method parameters in org.apache.maven.model.building with type arguments of type ActivationModifier and TypeMethodDescriptionprivate void
DefaultModelBuilder.injectProfileActivations
(Model model, Map<String, Activation> activations) -
Uses of Activation in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ActivationModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(Activation activation) -
Uses of Activation in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationModifier and TypeMethodDescriptionprivate Activation
MavenXpp3Reader.parseActivation
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivation.private Activation
MavenXpp3ReaderEx.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 ActivationModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeActivation
(Activation activation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivation.private void
MavenXpp3WriterEx.writeActivation
(Activation activation, 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 ActivationModifier and TypeMethodDescriptionprotected void
ModelMerger.mergeActivation
(Activation target, Activation source, boolean sourceDominant, Map<Object, Object> context) -
Uses of Activation in org.apache.maven.model.validation
Methods in org.apache.maven.model.validation with parameters of type ActivationModifier and TypeMethodDescriptionprivate void
DefaultModelValidator.validate30RawProfileActivation
(ModelProblemCollector problems, Activation activation, String sourceHint, String prefix, String fieldName, ModelBuildingRequest request)