Public Member Functions | |
Cvs2clXmlEntry (Element domElem) throws ParseException | |
boolean | equals (Object obj) |
int | hashCode () |
Package Functions | |
Date | getDate () |
String | getAuthor () |
String | getMessage () |
String | getCommonDir () |
List< EntryFile > | getFiles () |
Date | parseDate (String dateString) throws ParseException |
Private Attributes | |
SimpleDateFormat | dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss") |
Date | date |
String | author |
List< EntryFile > | files = new ArrayList<EntryFile>() |
String | commondir |
String | msg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|