Uses of Class
org.apache.maven.doxia.site.Skin
Packages that use Skin
Package
Description
-
Uses of Skin in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as SkinModifier and TypeFieldDescriptionprivate Skin
SiteModel.skin
The artifact containing the skin for the site.Methods in org.apache.maven.doxia.site that return SkinModifier and TypeMethodDescriptionSkin.clone()
Method clone.SiteModel.getSkin()
Get the artifact containing the skin for the site.Methods in org.apache.maven.doxia.site with parameters of type Skin -
Uses of Skin in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return SkinModifier and TypeMethodDescriptionprivate Skin
SiteXpp3Reader.parseSkin
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSkin.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type Skin -
Uses of Skin in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type SkinModifier and TypeMethodDescriptionorg.apache.maven.artifact.Artifact
DefaultSiteTool.getSkinArtifactFromRepository
(org.eclipse.aether.RepositorySystemSession repoSession, List<org.eclipse.aether.repository.RemoteRepository> remoteProjectRepositories, Skin skin) Get a skin artifact from one of the repositories.org.apache.maven.artifact.Artifact
SiteTool.getSkinArtifactFromRepository
(org.eclipse.aether.RepositorySystemSession repoSession, List<org.eclipse.aether.repository.RemoteRepository> remoteProjectRepositories, Skin skin) Get a skin artifact from one of the repositories.