Modifier and Type | Method and Description |
---|---|
Site |
Site.Builder.build() |
Site |
DistributionManagement.getSite()
Information needed for deploying the web site of the project.
|
static Site |
Site.newInstance()
Creates a new
Site instance. |
static Site |
Site.newInstance(boolean withDefaults)
Creates a new
Site instance using default values or not. |
Site |
Site.withChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath)
Creates a new
Site instance using the specified childSiteUrlInheritAppendPath. |
Site |
Site.withId(String id)
Creates a new
Site instance using the specified id. |
Site |
Site.withName(String name)
Creates a new
Site instance using the specified name. |
Site |
Site.withUrl(String url)
Creates a new
Site instance using the specified url. |
Modifier and Type | Method and Description |
---|---|
static Site.Builder |
Site.newBuilder(Site from)
Creates a new
Site builder instance using the specified object as a basis. |
static Site.Builder |
Site.newBuilder(Site from,
boolean forceCopy)
Creates a new
Site builder instance using the specified object as a basis. |
DistributionManagement.Builder |
DistributionManagement.Builder.site(Site site) |
DistributionManagement |
DistributionManagement.withSite(Site site)
Creates a new
DistributionManagement instance using the specified site. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.