Uses of Class
org.apache.maven.api.model.Site
Packages that use Site
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Site in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return SiteModifier and TypeMethodDescriptionSite.Builder.build()
DistributionManagement.getSite()
Information needed for deploying the web site of the project.static Site
Site.newInstance()
Creates a newSite
instance.static Site
Site.newInstance
(boolean withDefaults) Creates a newSite
instance using default values or not.Site.withChildSiteUrlInheritAppendPath
(String childSiteUrlInheritAppendPath) Creates a newSite
instance using the specified childSiteUrlInheritAppendPath.Creates a newSite
instance using the specified id.Creates a newSite
instance using the specified name.Creates a newSite
instance using the specified url.Methods in org.apache.maven.api.model with parameters of type SiteModifier and TypeMethodDescriptionstatic Site.Builder
Site.newBuilder
(Site from) Creates a newSite
builder instance using the specified object as a basis.static Site.Builder
Site.newBuilder
(Site from, boolean forceCopy) Creates a newSite
builder instance using the specified object as a basis.Creates a newDistributionManagement
instance using the specified site.Constructors in org.apache.maven.api.model with parameters of type Site