Uses of Class
org.apache.maven.model.Activation
-
Packages that use Activation Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.profiles org.apache.maven.project -
-
Uses of Activation in org.apache.maven.model
Fields in org.apache.maven.model declared as Activation Modifier and Type Field Description private Activation
Profile. activation
The 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 Activation
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 Activation Modifier and Type Method Description void
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.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Activation Modifier and Type Method Description private Activation
MavenXpp3Reader. 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 Activation Modifier and Type Method Description private void
MavenXpp3Writer. writeActivation(Activation activation, java.lang.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 Modifier and Type Class Description class
AlwaysOnActivation
-
Uses of Activation in org.apache.maven.project
Methods in org.apache.maven.project that return Activation Modifier and Type Method Description static Activation
ModelUtils. cloneActivation(Activation src)
Methods in org.apache.maven.project with parameters of type Activation Modifier and Type Method Description static Activation
ModelUtils. cloneActivation(Activation src)
-