Uses of Class
org.apache.maven.model.Site
-
Packages that use Site Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project -
-
Uses of Site in org.apache.maven.model
Fields in org.apache.maven.model declared as Site Modifier and Type Field Description private Site
DistributionManagement. site
Information needed for deploying the web site of the project.Methods in org.apache.maven.model that return Site Modifier and Type Method Description 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 Modifier and Type Method Description 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.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Site Modifier and Type Method Description 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 Modifier and Type Method Description private void
MavenXpp3Writer. writeSite(Site site, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSite. -
Uses of Site in org.apache.maven.project
Methods in org.apache.maven.project that return Site Modifier and Type Method Description static Site
ModelUtils. cloneSite(Site src)
Methods in org.apache.maven.project with parameters of type Site Modifier and Type Method Description static Site
ModelUtils. cloneSite(Site src)
-