Uses of Class
org.apache.maven.doxia.site.PublishDate
Packages that use PublishDate
-
Uses of PublishDate in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as PublishDateModifier and TypeFieldDescriptionprivate PublishDate
SiteModel.publishDate
Modify the date published display properties.Methods in org.apache.maven.doxia.site that return PublishDateMethods in org.apache.maven.doxia.site with parameters of type PublishDateModifier and TypeMethodDescriptionvoid
SiteModel.setPublishDate
(PublishDate publishDate) Set modify the date published display properties. -
Uses of PublishDate in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return PublishDateModifier and TypeMethodDescriptionprivate PublishDate
SiteXpp3Reader.parsePublishDate
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parsePublishDate.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type PublishDateModifier and TypeMethodDescriptionprivate void
SiteXpp3Writer.writePublishDate
(PublishDate publishDate, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePublishDate.