
Classes | |
| class | EntryFile |
Public Member Functions | |
| Cvs2clXmlEntry (Element domElem) throws ParseException | |
| Cvs2clXmlEntry (Cvs2clXmlEntry other) | |
| boolean | equals (Object obj) |
| int | hashCode () |
Package Functions | |
| Date | getDate () |
| String | getAuthor () |
| String | getMessage () |
| String | getCommonDir () |
| List< EntryFile > | getFiles () |
| void | setFiles (List< EntryFile > newFileList) |
| 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 |
| alma::acs::releasedoc::Cvs2clXmlEntry::Cvs2clXmlEntry | ( | Element | domElem | ) | throws ParseException [inline] |
| alma::acs::releasedoc::Cvs2clXmlEntry::Cvs2clXmlEntry | ( | Cvs2clXmlEntry | other | ) | [inline] |
| boolean alma::acs::releasedoc::Cvs2clXmlEntry::equals | ( | Object | obj | ) | [inline] |
| String alma::acs::releasedoc::Cvs2clXmlEntry::getAuthor | ( | ) | [inline, package] |
| String alma::acs::releasedoc::Cvs2clXmlEntry::getCommonDir | ( | ) | [inline, package] |
References commondir.
| Date alma::acs::releasedoc::Cvs2clXmlEntry::getDate | ( | ) | [inline, package] |
| List<EntryFile> alma::acs::releasedoc::Cvs2clXmlEntry::getFiles | ( | ) | [inline, package] |
References files.
Referenced by alma::acs::releasedoc::ProcessCvs2clOutput::run().
| String alma::acs::releasedoc::Cvs2clXmlEntry::getMessage | ( | ) | [inline, package] |
References msg.
| int alma::acs::releasedoc::Cvs2clXmlEntry::hashCode | ( | ) | [inline] |
References date.
| Date alma::acs::releasedoc::Cvs2clXmlEntry::parseDate | ( | String | dateString | ) | throws ParseException [inline, package] |
References dateFormat.
Referenced by Cvs2clXmlEntry().
| void alma::acs::releasedoc::Cvs2clXmlEntry::setFiles | ( | List< EntryFile > | newFileList | ) | [inline, package] |
Only to be used when inverting the check-in based structure to a file-based structure etc.
References files.
Referenced by alma::acs::releasedoc::ProcessCvs2clOutput::run().
String alma::acs::releasedoc::Cvs2clXmlEntry::author [private] |
Referenced by Cvs2clXmlEntry(), equals(), and getAuthor().
String alma::acs::releasedoc::Cvs2clXmlEntry::commondir [private] |
Referenced by Cvs2clXmlEntry(), and getCommonDir().
Date alma::acs::releasedoc::Cvs2clXmlEntry::date [private] |
Referenced by Cvs2clXmlEntry(), equals(), getDate(), and hashCode().
SimpleDateFormat alma::acs::releasedoc::Cvs2clXmlEntry::dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss") [private] |
Referenced by parseDate().
List<EntryFile> alma::acs::releasedoc::Cvs2clXmlEntry::files = new ArrayList<EntryFile>() [private] |
Referenced by Cvs2clXmlEntry(), getFiles(), and setFiles().
String alma::acs::releasedoc::Cvs2clXmlEntry::msg [private] |
Referenced by Cvs2clXmlEntry(), equals(), and getMessage().
1.6.2