| |
|
| java.lang.Object org.apache.tools.ant.taskdefs.cvslib.ChangeLogParser
ChangeLogParser | class ChangeLogParser (Code) | | A class used to parse the output of the CVS log command.
|
Method Summary | |
public CVSEntry[] | getEntrySetAsArray() Get a list of rcs entries as an array. | public void | reset() Reset all internal attributes except status. | public void | stdout(String line) Receive notification about the process writing
to standard output. |
getEntrySetAsArray | public CVSEntry[] getEntrySetAsArray()(Code) | | Get a list of rcs entries as an array.
a list of rcs entries as an array |
reset | public void reset()(Code) | | Reset all internal attributes except status.
|
stdout | public void stdout(String line)(Code) | | Receive notification about the process writing
to standard output.
Parameters: line - the line to process |
|
|
|