Modifier and Type | Field and Description |
---|---|
private static final DOMElementWriter | DOM_WRITER
stateless helper for writing the XML document |
private final SimpleDateFormat | outputDate
output format for dates written to xml file |
private SimpleDateFormat | outputTime
output format for times written to xml file |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | printChangeLog(final PrintWriter
writer to which to send output. output, final CVSEntry[] the entries to be written. entries)Print out the specified entries. |
private void | printEntry(Document
Document used to create elements. doc, final PrintWriter writer to which to send output. output, final CVSEntry the entry to print entry)Print out an individual entry in changelog. |
DOM_WRITER | back to summary |
---|---|
private static final DOMElementWriter DOM_WRITER stateless helper for writing the XML document |
outputDate | back to summary |
---|---|
private final SimpleDateFormat outputDate output format for dates written to xml file |
outputTime | back to summary |
---|---|
private SimpleDateFormat outputTime output format for times written to xml file |
ChangeLogWriter | back to summary |
---|---|
public ChangeLogWriter() |
printChangeLog | back to summary |
---|---|
public void printChangeLog(final PrintWriter output, final CVSEntry[] entries) Print out the specified entries.
|
printEntry | back to summary |
---|---|
private void printEntry(Document doc, final PrintWriter output, final CVSEntry entry) throws IOException Print out an individual entry in changelog.
|