Class ChangeLogWriter
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.cvslib.ChangeLogWriter
 
- 
 public class ChangeLogWriter extends java.lang.ObjectClass used to generate an XML changelog.
- 
- 
Constructor SummaryConstructors Constructor Description ChangeLogWriter()
 - 
Method SummaryModifier and Type Method Description voidprintChangeLog(java.io.PrintWriter output, CVSEntry[] entries)Print out the specified entries.
 
- 
- 
- 
Method Detail- 
printChangeLogpublic void printChangeLog(java.io.PrintWriter output, CVSEntry[] entries)Print out the specified entries.- Parameters:
- output- writer to which to send output.
- entries- the entries to be written.
 
 
- 
 
-