Uses of Class
org.apache.maven.api.model.Site.Builder
-
Uses of Site.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionSite.Builder.childSiteUrlInheritAppendPath
(String childSiteUrlInheritAppendPath) Site.Builder.location
(Object key, InputLocation location) static Site.Builder
Site.newBuilder()
Creates a newSite
builder instance.static Site.Builder
Site.newBuilder
(boolean withDefaults) Creates a newSite
builder instance using default values or not.static 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.Site.with()
Creates a new builder with this object as the basis.