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. |
Modifier and Type | Field and Description |
---|---|
private ActivationFile |
Activation.file
Specifies that this profile will be activated based on
existence of a file.
|
Modifier and Type | Method and Description |
---|---|
ActivationFile |
ActivationFile.clone()
Method clone.
|
ActivationFile |
Activation.getFile()
Get specifies that this profile will be activated based on
existence of a file.
|
Modifier and Type | Method and Description |
---|---|
void |
Activation.setFile(ActivationFile file)
Set specifies that this profile will be activated based on
existence of a file.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelBuilder.replaceWithInterpolatedValue(ActivationFile activationFile,
ProfileActivationContext context,
DefaultModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
private void |
StringVisitorModelInterpolator.ModelVisitor.visit(ActivationFile activationFile) |
Modifier and Type | Method and Description |
---|---|
private ActivationFile |
MavenXpp3Reader.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationFile.
|
private ActivationFile |
MavenXpp3ReaderEx.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict,
InputSource source)
Method parseActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3WriterEx.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationFile.
|
private void |
MavenXpp3Writer.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationFile.
|