Uses of Class
org.apache.maven.doxia.site.decoration.DecorationModel
-
Packages that use DecorationModel Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of DecorationModel in org.apache.maven.doxia.site.decoration
Methods in org.apache.maven.doxia.site.decoration that return DecorationModel Modifier and Type Method Description DecorationModelDecorationModel. clone()Method clone. -
Uses of DecorationModel in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return DecorationModel Modifier and Type Method Description private DecorationModelDecorationXpp3Reader. parseDecorationModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseDecorationModel.DecorationModelDecorationXpp3Reader. read(java.io.InputStream in)Method read.DecorationModelDecorationXpp3Reader. read(java.io.InputStream in, boolean strict)Method read.DecorationModelDecorationXpp3Reader. read(java.io.Reader reader)DecorationModelDecorationXpp3Reader. read(java.io.Reader reader, boolean strict)private DecorationModelDecorationXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method read. -
Uses of DecorationModel in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type DecorationModel Modifier and Type Method Description private SiteModelDefaultSiteTool. convertOldToNewSiteModel(DecorationModel oldModel)
-