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 VersionDecorationModel. versionModify the version published display properties.Methods in org.apache.maven.doxia.site.decoration that return Version Modifier and Type Method Description VersionVersion. clone()Method clone.VersionDecorationModel. getVersion()Methods in org.apache.maven.doxia.site.decoration with parameters of type Version Modifier and Type Method Description voidDecorationModel. 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 VersionDecorationXpp3Reader. 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 voidDecorationXpp3Writer. writeVersion(Version version, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeVersion.
-