Package org.apache.maven.model
Class Site
java.lang.Object
org.apache.maven.model.Site
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
Contains the information needed for deploying websites.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()Method clone.Get when children inherit from distribution management site url, append path or not? Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean
 Default value is:true
 Since: Maven 3.6.1.getId()Get a unique identifier for a deployment location.getLocation(Object key) Gets the location of the specified field in the input source.getName()Get human readable name of the deployment location.getUrl()Get the url of the location where website is deployed, in the formprotocol://hostname/path.booleanvoidsetChildSiteUrlInheritAppendPath(boolean childSiteUrlInheritAppendPath) voidsetChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) Set when children inherit from distribution management site url, append path or not? Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean
 Default value is:true
 Since: Maven 3.6.1.voidSet a unique identifier for a deployment location.voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidSet human readable name of the deployment location.voidsetOtherLocation(Object key, InputLocation location) voidSet the url of the location where website is deployed, in the formprotocol://hostname/path.
- 
Constructor Details- 
Sitepublic Site()
 
- 
- 
Method Details- 
cloneMethod clone.
- 
getChildSiteUrlInheritAppendPathGet when children inherit from distribution management site url, append path or not? Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean
 Default value is:true
 Since: Maven 3.6.1.- Returns:
- String
 
- 
getIdGet a unique identifier for a deployment location. This is used to match the site to configuration in thesettings.xmlfile, for example.- Returns:
- String
 
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- Returns:
- InputLocation
 
- 
getNameGet human readable name of the deployment location.- Returns:
- String
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Parameters:
- key- a key object.
- location- a location object.
 
- 
setOtherLocation- Parameters:
- key- a key object.
- location- a location object.
 
- 
getUrlGet the url of the location where website is deployed, in the formprotocol://hostname/path.
 Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if site'schild.site.url.inherit.append.path="false"- Returns:
- String
 
- 
setChildSiteUrlInheritAppendPathSet when children inherit from distribution management site url, append path or not? Note: While the type of this field isStringfor technical reasons, the semantic type is actuallyBoolean
 Default value is:true
 Since: Maven 3.6.1.- Parameters:
- childSiteUrlInheritAppendPath- a childSiteUrlInheritAppendPath object.
 
- 
setIdSet a unique identifier for a deployment location. This is used to match the site to configuration in thesettings.xmlfile, for example.- Parameters:
- id- a id object.
 
- 
setNameSet human readable name of the deployment location.- Parameters:
- name- a name object.
 
- 
setUrlSet the url of the location where website is deployed, in the formprotocol://hostname/path.
 Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if site'schild.site.url.inherit.append.path="false"- Parameters:
- url- a url object.
 
- 
isChildSiteUrlInheritAppendPathpublic boolean isChildSiteUrlInheritAppendPath()
- 
setChildSiteUrlInheritAppendPathpublic void setChildSiteUrlInheritAppendPath(boolean childSiteUrlInheritAppendPath) 
 
-