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

Packages that use Site
org.apache.maven.model   
org.apache.maven.project   
 

Uses of Site in org.apache.maven.model
 

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.project
 

Methods in org.apache.maven.project that return Site
static Site ModelUtils.cloneSite(Site src)
           
 

Methods in org.apache.maven.project with parameters of type Site
static Site ModelUtils.cloneSite(Site src)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.