Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.dom4j | |
org.apache.maven.model.io.jdom | |
org.apache.maven.model.io.stax | |
org.apache.maven.model.io.xpp3 |
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 |
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 ActivationFile |
MavenDom4jReader.parseActivationFile(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivationFile.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateActivationFile(ActivationFile activationFile,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private ActivationFile |
MavenStaxReader.parseActivationFile(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private ActivationFile |
MavenXpp3Reader.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationFile.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationFile.
|