Class SkinModel
java.lang.Object
org.apache.maven.doxia.site.skin.SkinModel
- All Implemented Interfaces:
Serializable, Cloneable
The
<skin> element is the root of
the skin descriptor.- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get encoding of text content, like the Velocity template itself.Get the modelEncoding field.Get describes the prerequisites in the build environment for using this skin.voidsetEncoding(String encoding) Set encoding of text content, like the Velocity template itself.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field.voidsetPrerequisites(Prerequisites prerequisites) Set describes the prerequisites in the build environment for using this skin.
-
Field Details
-
SKIN_DESCRIPTOR_LOCATION
- See Also:
-
-
Constructor Details
-
SkinModel
public SkinModel()
-
-
Method Details
-
clone
-
getEncoding
Get encoding of text content, like the Velocity template itself.- Returns:
- String
-
getModelEncoding
-
getPrerequisites
Get describes the prerequisites in the build environment for using this skin.- Returns:
- Prerequisites
-
setEncoding
Set encoding of text content, like the Velocity template itself.- Parameters:
encoding- a encoding object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding- a modelEncoding object.
-
setPrerequisites
Set describes the prerequisites in the build environment for using this skin.- Parameters:
prerequisites- a prerequisites object.
-