|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributionManagement | |
---|---|
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 DistributionManagement in org.apache.maven.model |
---|
Fields in org.apache.maven.model declared as DistributionManagement | |
---|---|
private DistributionManagement |
ModelBase.distributionManagement
Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. |
Methods in org.apache.maven.model that return DistributionManagement | |
---|---|
DistributionManagement |
ModelBase.getDistributionManagement()
Get distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. |
Methods in org.apache.maven.model with parameters of type DistributionManagement | |
---|---|
void |
ModelBase.setDistributionManagement(DistributionManagement distributionManagement)
Set distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. |
Uses of DistributionManagement in org.apache.maven.model.io.dom4j |
---|
Methods in org.apache.maven.model.io.dom4j that return DistributionManagement | |
---|---|
private DistributionManagement |
MavenDom4jReader.parseDistributionManagement(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseDistributionManagement. |
Methods in org.apache.maven.model.io.dom4j with parameters of type DistributionManagement | |
---|---|
private void |
MavenDom4jWriter.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeDistributionManagement. |
Uses of DistributionManagement in org.apache.maven.model.io.jdom |
---|
Methods in org.apache.maven.model.io.jdom with parameters of type DistributionManagement | |
---|---|
protected void |
MavenJDOMWriter.updateDistributionManagement(DistributionManagement distributionManagement,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateDistributionManagement. |
Uses of DistributionManagement in org.apache.maven.model.io.stax |
---|
Methods in org.apache.maven.model.io.stax that return DistributionManagement | |
---|---|
private DistributionManagement |
MavenStaxReader.parseDistributionManagement(java.lang.String tagName,
javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseDistributionManagement. |
Methods in org.apache.maven.model.io.stax with parameters of type DistributionManagement | |
---|---|
private void |
MavenStaxWriter.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeDistributionManagement. |
Uses of DistributionManagement in org.apache.maven.model.io.xpp3 |
---|
Methods in org.apache.maven.model.io.xpp3 that return DistributionManagement | |
---|---|
private DistributionManagement |
MavenXpp3Reader.parseDistributionManagement(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDistributionManagement. |
Methods in org.apache.maven.model.io.xpp3 with parameters of type DistributionManagement | |
---|---|
private void |
MavenXpp3Writer.writeDistributionManagement(DistributionManagement distributionManagement,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDistributionManagement. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |