Package | Description |
---|---|
org.apache.maven.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.building | |
org.apache.maven.model.interpolation | |
org.apache.maven.model.io.xpp3 |
XML reader and writer classes for Maven POM, generated from
maven.mdo model. |
org.apache.maven.model.merge |
POM merger.
|
org.apache.maven.model.validation |
Modifier and Type | Field and Description |
---|---|
private Activation |
Profile.activation
The conditional logic which will automatically trigger the
inclusion of this
profile.
|
Modifier and Type | Method and Description |
---|---|
Activation |
Activation.clone()
Method clone.
|
Activation |
Profile.getActivation()
Get the conditional logic which will automatically trigger
the inclusion of this
profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setActivation(Activation activation)
Set the conditional logic which will automatically trigger
the inclusion of this
profile.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,Activation> |
DefaultModelBuilder.getInterpolatedActivations(Model rawModel,
DefaultProfileActivationContext context,
DefaultModelProblemCollector problems) |
private java.util.Map<java.lang.String,Activation> |
DefaultModelBuilder.getProfileActivations(Model model,
boolean clone) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelBuilder.injectProfileActivations(Model model,
java.util.Map<java.lang.String,Activation> activations) |
Modifier and Type | Method and Description |
---|---|
private void |
StringVisitorModelInterpolator.ModelVisitor.visit(Activation activation) |
Modifier and Type | Method and Description |
---|---|
private 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.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
|
private void |
MavenXpp3Writer.writeActivation(Activation activation,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelMerger.mergeActivation(Activation target,
Activation source,
boolean sourceDominant,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelValidator.validate30RawProfileActivation(ModelProblemCollector problems,
Activation activation,
java.lang.String sourceHint,
java.lang.String prefix,
java.lang.String fieldName,
ModelBuildingRequest request) |