Package org.apache.maven.doxia.site.skin
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
FieldsModifier and TypeFieldDescriptionprivate String
Encoding of text content, like the Velocity template itself.private String
Field modelEncoding.private Prerequisites
Describes the prerequisites in the build environment for using this skin.static final String
-
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.void
setEncoding
(String encoding) Set encoding of text content, like the Velocity template itself.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.void
setPrerequisites
(Prerequisites prerequisites) Set describes the prerequisites in the build environment for using this skin.
-
Field Details
-
prerequisites
Describes the prerequisites in the build environment for using this skin. -
encoding
Encoding of text content, like the Velocity template itself. -
modelEncoding
Field modelEncoding. -
SKIN_DESCRIPTOR_LOCATION
- See Also:
-
-
Constructor Details
-
SkinModel
public SkinModel()
-
-
Method Details
-
clone
Method clone. -
getEncoding
Get encoding of text content, like the Velocity template itself.- Returns:
- String
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
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.
-