Uses of Class
org.apache.maven.api.model.Site.Builder
Packages that use Site.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of Site.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Site.BuilderModifier and TypeMethodDescriptionSite.Builder.childSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) Site.Builder.importedFrom(InputLocation importedFrom) Site.Builder.location(Object key, InputLocation location) static Site.BuilderSite.newBuilder()Creates a newSitebuilder instance.static Site.BuilderSite.newBuilder(boolean withDefaults) Creates a newSitebuilder instance using default values or not.static 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.Site.with()Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type Site.BuilderModifierConstructorDescriptionprotectedSite(Site.Builder builder) Constructor for this class, to be called from its subclasses andSite.Builder.