Uses of Class
org.apache.maven.model.Site

Packages that use Site
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 Site in org.apache.maven.model
 

Fields in org.apache.maven.model declared as Site
private  Site DistributionManagement.site
          Information needed for deploying the web site of the project.
 

Methods in org.apache.maven.model that return Site
 Site DistributionManagement.getSite()
          Get information needed for deploying the web site of the project.
 

Methods in org.apache.maven.model with parameters of type Site
 void DistributionManagement.setSite(Site site)
          Set information needed for deploying the web site of the project.
 

Uses of Site in org.apache.maven.model.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return Site
private  Site MavenDom4jReader.parseSite(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseSite.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type Site
private  void MavenDom4jWriter.writeSite(Site site, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeSite.
 

Uses of Site in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type Site
protected  void MavenJDOMWriter.updateSite(Site site, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateSite.
 

Uses of Site in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return Site
private  Site MavenStaxReader.parseSite(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseSite.
 

Methods in org.apache.maven.model.io.stax with parameters of type Site
private  void MavenStaxWriter.writeSite(Site site, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeSite.
 

Uses of Site in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return Site
private  Site MavenXpp3Reader.parseSite(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseSite.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type Site
private  void MavenXpp3Writer.writeSite(Site site, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeSite.