Modifier and Type | Field and Description |
---|---|
private String | |
private String | |
private final SimpleDateFormat | cvs1129InputDate
New formatter used to parse CVS date/timestamp. |
private String | |
private final Map | entries
rcs entries |
private String | |
private static final int | |
private static final int | |
private static final int | |
private static final int | |
private static final int | |
private final SimpleDateFormat | inputDate
input format for dates read in from cvs log |
private final int[] | |
private final String[] | |
private String | |
private final boolean | |
private String | |
private int |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public CVSEntry[] | Returns: a list of rcs entries as an arrayGet a list of rcs entries as an array. |
private Date | |
private void | |
private void | |
private void | |
private void | processGetPreviousRevision(final String
the line to process line)Process a line while in "GET_PREVIOUS_REVISION" state. |
private void | |
public void | |
private void | |
public void |
author | back to summary |
---|---|
private String author |
comment | back to summary |
---|---|
private String comment |
cvs1129InputDate | back to summary |
---|---|
private final SimpleDateFormat cvs1129InputDate New formatter used to parse CVS date/timestamp. |
date | back to summary |
---|---|
private String date |
entries | back to summary |
---|---|
private final Map<String, CVSEntry> entries rcs entries |
file | back to summary |
---|---|
private String file |
GET_COMMENT | back to summary |
---|---|
private static final int GET_COMMENT |
GET_DATE | back to summary |
---|---|
private static final int GET_DATE |
GET_FILE | back to summary |
---|---|
private static final int GET_FILE |
GET_PREVIOUS_REV | back to summary |
---|---|
private static final int GET_PREVIOUS_REV |
GET_REVISION | back to summary |
---|---|
private static final int GET_REVISION |
inputDate | back to summary |
---|---|
private final SimpleDateFormat inputDate input format for dates read in from cvs log |
moduleNameLengths | back to summary |
---|---|
private final int[] moduleNameLengths |
moduleNames | back to summary |
---|---|
private final String[] moduleNames |
previousRevision | back to summary |
---|---|
private String previousRevision |
remote | back to summary |
---|---|
private final boolean remote |
revision | back to summary |
---|---|
private String revision |
status | back to summary |
---|---|
private int status |
ChangeLogParser | back to summary |
---|---|
public ChangeLogParser() |
ChangeLogParser | back to summary |
---|---|
public ChangeLogParser(boolean remote, String packageName, List<AbstractCvsTask. |
getEntrySetAsArray | back to summary |
---|---|
public CVSEntry[] getEntrySetAsArray() Get a list of rcs entries as an array.
|
parseDate | back to summary |
---|---|
private Date parseDate(final String date) Parse date out from expected format. |
processComment | back to summary |
---|---|
private void processComment(final String line) Process a line while in "GET_COMMENT" state.
|
processDate | back to summary |
---|---|
private void processDate(final String line) Process a line while in "DATE" state.
|
processFile | back to summary |
---|---|
private void processFile(final String line) Process a line while in "GET_FILE" state.
|
processGetPreviousRevision | back to summary |
---|---|
private void processGetPreviousRevision(final String line) Process a line while in "GET_PREVIOUS_REVISION" state.
|
processRevision | back to summary |
---|---|
private void processRevision(final String line) Process a line while in "REVISION" state.
|
reset | back to summary |
---|---|
public void reset() Reset all internal attributes except status. |
saveEntry | back to summary |
---|---|
private void saveEntry() Utility method that saves the current entry. |
stdout | back to summary |
---|---|
public void stdout(final String line) Receive notification about the process writing to standard output.
|