Uses of Class
org.apache.maven.model.Activation
Packages that use Activation
Package
Description
-
Uses of Activation in org.apache.maven.model
Fields in org.apache.maven.model declared as ActivationModifier and TypeFieldDescriptionprivate ActivationProfile.activationThe conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.model that return ActivationModifier and TypeMethodDescriptionProfile.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 TypeMethodDescriptionvoidProfile.setActivation(Activation activation) Set the conditional logic which will automatically trigger the inclusion of this profile. -
Uses of Activation in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ActivationModifier and TypeMethodDescriptionprivate ActivationMavenXpp3Reader.parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseActivation.Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeActivation(Activation activation, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeActivation. -
Uses of Activation in org.apache.maven.profiles
Subclasses of Activation in org.apache.maven.profiles -
Uses of Activation in org.apache.maven.project
Methods in org.apache.maven.project that return ActivationMethods in org.apache.maven.project with parameters of type Activation