Uses of Class
org.apache.maven.settings.Activation
-
Packages that use Activation Package Description org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Activation in org.apache.maven.settings
Fields in org.apache.maven.settings 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.settings that return Activation Modifier and Type Method Description Activation
Activation. clone()
Method clone.Activation
Profile. getActivation()
Get the conditional logic which will automatically trigger the inclusion of this profile.Methods in org.apache.maven.settings 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.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return Activation Modifier and Type Method Description private Activation
SettingsXpp3Reader. parseActivation(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseActivation.Methods in org.apache.maven.settings.io.xpp3 with parameters of type Activation Modifier and Type Method Description private void
SettingsXpp3Writer. writeActivation(Activation activation, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
-