Uses of Class
org.apache.maven.doxia.site.Skin
-
Packages that use Skin Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of Skin in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as Skin Modifier and Type Field Description private SkinSiteModel. skinThe artifact containing the skin for the site.Methods in org.apache.maven.doxia.site that return Skin Modifier and Type Method Description SkinSkin. clone()Method clone.SkinSiteModel. 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 voidSiteModel. setSkin(Skin skin)Set the artifact containing the skin for the site. -
Uses of Skin in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return Skin Modifier and Type Method Description private SkinSiteXpp3Reader. 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 Modifier and Type Method Description private voidSiteXpp3Writer. writeSkin(Skin skin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeSkin. -
Uses of Skin in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type Skin Modifier and Type Method Description org.apache.maven.artifact.ArtifactDefaultSiteTool. getSkinArtifactFromRepository(org.eclipse.aether.RepositorySystemSession repoSession, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteProjectRepositories, Skin skin)Get a skin artifact from one of the repositories.org.apache.maven.artifact.ArtifactSiteTool. getSkinArtifactFromRepository(org.eclipse.aether.RepositorySystemSession repoSession, java.util.List<org.eclipse.aether.repository.RemoteRepository> remoteProjectRepositories, Skin skin)Get a skin artifact from one of the repositories.
-