|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivationFile | |
---|---|
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 |
Uses of ActivationFile in org.apache.maven.model |
---|
Fields in org.apache.maven.model declared as ActivationFile | |
---|---|
private ActivationFile |
Activation.file
Specifies that this profile will be activated based on existence of a file. |
Methods in org.apache.maven.model that return ActivationFile | |
---|---|
ActivationFile |
Activation.getFile()
Get specifies that this profile will be activated based on existence of a file. |
Methods in org.apache.maven.model with parameters of type ActivationFile | |
---|---|
void |
Activation.setFile(ActivationFile file)
Set specifies that this profile will be activated based on existence of a file. |
Uses of ActivationFile in org.apache.maven.model.io.dom4j |
---|
Methods in org.apache.maven.model.io.dom4j that return ActivationFile | |
---|---|
private ActivationFile |
MavenDom4jReader.parseActivationFile(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseActivationFile. |
Methods in org.apache.maven.model.io.dom4j with parameters of type ActivationFile | |
---|---|
private void |
MavenDom4jWriter.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeActivationFile. |
Uses of ActivationFile in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type ActivationFile | |
---|---|
protected void |
MavenJDOMWriter.updateActivationFile(ActivationFile activationFile,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateActivationFile. |
Uses of ActivationFile in org.apache.maven.model.io.stax |
---|
Methods in org.apache.maven.model.io.stax that return ActivationFile | |
---|---|
private ActivationFile |
MavenStaxReader.parseActivationFile(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseActivationFile. |
Methods in org.apache.maven.model.io.stax with parameters of type ActivationFile | |
---|---|
private void |
MavenStaxWriter.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeActivationFile. |
Uses of ActivationFile in org.apache.maven.model.io.xpp3 |
---|
Methods in org.apache.maven.model.io.xpp3 that return ActivationFile | |
---|---|
private ActivationFile |
MavenXpp3Reader.parseActivationFile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseActivationFile. |
Methods in org.apache.maven.model.io.xpp3 with parameters of type ActivationFile | |
---|---|
private void |
MavenXpp3Writer.writeActivationFile(ActivationFile activationFile,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeActivationFile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |