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 PublishDateSiteModel.publishDateModify 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 TypeMethodDescriptionvoidSiteModel.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 PublishDateSiteXpp3Reader.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 voidSiteXpp3Writer.writePublishDate(PublishDate publishDate, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writePublishDate.