Uses of Class
org.apache.maven.doxia.site.decoration.Version
-
Packages that use Version Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.io.xpp3 -
-
Uses of Version in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration declared as Version Modifier and Type Field Description private Version
DecorationModel. version
Modify the version published display properties.Methods in org.apache.maven.doxia.site.decoration that return Version Modifier and Type Method Description Version
Version. clone()
Method clone.Version
DecorationModel. getVersion()
Methods in org.apache.maven.doxia.site.decoration with parameters of type Version Modifier and Type Method Description void
DecorationModel. setVersion(Version version)
Set modify the version published display properties. -
Uses of Version in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Version Modifier and Type Method Description private Version
DecorationXpp3Reader. parseVersion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseVersion.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Version Modifier and Type Method Description private void
DecorationXpp3Writer. writeVersion(Version version, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeVersion.
-