Package | Description |
---|---|
org.apache.maven.doxia.site.skin | |
org.apache.maven.doxia.site.skin.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Prerequisites |
SkinModel.prerequisites
Describes the prerequisites in the build environment for
using this skin.
|
Modifier and Type | Method and Description |
---|---|
Prerequisites |
Prerequisites.clone()
Method clone.
|
Prerequisites |
SkinModel.getPrerequisites()
Get describes the prerequisites in the build environment for
using this skin.
|
Modifier and Type | Method and Description |
---|---|
void |
SkinModel.setPrerequisites(Prerequisites prerequisites)
Set describes the prerequisites in the build environment for
using this skin.
|
Modifier and Type | Method and Description |
---|---|
private Prerequisites |
SkinXpp3Reader.parsePrerequisites(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePrerequisites.
|