Uses of Class
org.apache.maven.doxia.site.PublishDate
-
Packages that use PublishDate Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.io.xpp3 -
-
Uses of PublishDate in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as PublishDate Modifier and Type Field Description private PublishDateSiteModel. publishDateModify the date published display properties.Methods in org.apache.maven.doxia.site that return PublishDate Modifier and Type Method Description PublishDatePublishDate. clone()Method clone.PublishDateSiteModel. getPublishDate()Methods in org.apache.maven.doxia.site with parameters of type PublishDate Modifier and Type Method Description voidSiteModel. 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 PublishDate Modifier and Type Method Description private 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 PublishDate Modifier and Type Method Description private voidSiteXpp3Writer. writePublishDate(PublishDate publishDate, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writePublishDate.
-