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 Site |
DistributionManagement.site
Information needed for deploying the web site of
the project.
|
Modifier and Type | Method and Description |
---|---|
Site |
DistributionManagement.getSite()
Get information needed for deploying the web site of the
project.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionManagement.setSite(Site site)
Set information needed for deploying the web site of the
project.
|
Modifier and Type | Method and Description |
---|---|
private Site |
MavenDom4jReader.parseSite(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseSite.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeSite(Site site,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeSite.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateSite(Site site,
java.lang.String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateSite.
|
Modifier and Type | Method and Description |
---|---|
private Site |
MavenStaxReader.parseSite(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseSite.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeSite(Site site,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeSite.
|
Modifier and Type | Method and Description |
---|---|
private Site |
MavenXpp3Reader.parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSite.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeSite(Site site,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSite.
|