Package | Description |
---|---|
org.apache.maven.doxia.site.decoration | |
org.apache.maven.doxia.site.decoration.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private PublishDate |
DecorationModel.publishDate
Modify the date published display properties.
|
Modifier and Type | Method and Description |
---|---|
PublishDate |
PublishDate.clone()
Method clone.
|
PublishDate |
DecorationModel.getPublishDate() |
Modifier and Type | Method and Description |
---|---|
void |
DecorationModel.setPublishDate(PublishDate publishDate)
Set modify the date published display properties.
|
Modifier and Type | Method and Description |
---|---|
private PublishDate |
DecorationXpp3Reader.parsePublishDate(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parsePublishDate.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writePublishDate(PublishDate publishDate,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writePublishDate.
|