Uses of Class
org.apache.maven.doxia.site.Skin
-
Packages that use Skin Package Description org.apache.maven.doxia.site -
-
Uses of Skin in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return Skin Modifier and Type Method Description Skin
Skin. clone()
Method clone.Skin
SiteModel. getSkin()
Get the artifact containing the skin for the site.Methods in org.apache.maven.doxia.site with parameters of type Skin Modifier and Type Method Description void
SiteModel. setSkin(Skin skin)
Set the artifact containing the skin for the site.
-