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 SiteSite.newInstance()Creates a newSiteinstance.static SiteSite.newInstance(boolean withDefaults) Creates a newSiteinstance using default values or not.Site.withChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) Creates a newSiteinstance using the specified childSiteUrlInheritAppendPath.Creates a newSiteinstance using the specified id.Creates a newSiteinstance using the specified name.Creates a newSiteinstance using the specified url.Methods in org.apache.maven.api.model with parameters of type SiteModifier and TypeMethodDescriptionstatic Site.BuilderSite.newBuilder(Site from) Creates a newSitebuilder instance using the specified object as a basis.static Site.BuilderSite.newBuilder(Site from, boolean forceCopy) Creates a newSitebuilder instance using the specified object as a basis.Creates a newDistributionManagementinstance using the specified site.Constructors in org.apache.maven.api.model with parameters of type Site