Name | Modified | Size |
---|---|---|
.. | ||
ActionType.java | 12 years ago | 2 KB |
DataJournalEntry.java | 13 years ago | 6 KB |
DeleteJournalEntry.java | 12 years ago | 1 KB |
JournalComparer.java | 13 years ago | 3 KB |
JournalEntry.java | 13 years ago | 726 B |
JournalParser.java | 12 years ago | 5 KB |
JournalReader.java | 7 years ago | 13 KB |
NoteJournalEntry.java | 12 years ago | 6 KB |
Options.java | 13 years ago | 3 KB |
Token.java | 7 years ago | 2 KB |
Tokenizer.java | 7 years ago | 6 KB |
TransactionJournalEntry.java | 15 years ago | 1 KB |
Change | User | Description | Committed |
---|---|---|---|
23552 | Sven Erik Knop | Fixed indentation, no functional change | 7 years ago |
23518 | Sven Erik Knop | Upgrade the Tokenizer to deal with Base64 encoded numbers. | 7 years ago |
8296 | Sven Erik Knop | Clean-up: instead of casting in every action, cast only once in the dispatcher. Should ma...ke code saner and safer. No functional change. « |
12 years ago |
8200 | Sven Erik Knop | JournalReader can now process delete records (@dl@). Also fixed processing of type 12 not...e records = journaldbchecksum « |
12 years ago |
8168 | Sven Erik Knop |
Fixed JournalParser main function. PrintAction needs default options to work. |
13 years ago |
8111 | Sven Erik Knop | Updated JournalReader to use the correct default action. This means that you can invoke t...he JournalReader without options again to get the help output. « |
13 years ago |
8027 | Sven Erik Knop | Moved exceptions to their own package. Enabled new Action FilepathRenamer (not fully test...ed yet). « |
13 years ago |
8026 | Sven Erik Knop | Another warning removed to keep the Java compiler happy. | 13 years ago |
8024 | Sven Erik Knop | Refactoring: moved the filter into their own package | 13 years ago |
8023 | Sven Erik Knop | Complete rewrite of the configuration file, now based on an ini-file format. The ini f...ile has a general [reader] section for settings like verbose, outputFile, case-sensitivity and so on. It also allows to set up a range of Actions and Filters. The section name here is the fully classified class name, followed by settings for the particular actions. An example will make this clearer: ================================================================ [reader] verbose=true [journal.action.UserRenamer] fileName=user.txt patch=True outputFile=user.out [journal.action.ClientRenamer] fileName=client.txt outputFile=client.out patch=true ================================================================ I will provide more example set-ups in the near future. Filters are classes implementing journal.action.Filter (soon to be journal.filter.Filter) which can be chained together and are all executed before the actions. Actions are applied in order that they are given in the config file. « |
13 years ago |
8020 | Sven Erik Knop | Replace public Option attributes with setters and getters. | 13 years ago |
8019 | Sven Erik Knop | Safety checks for case-sensitivity and Unicode, now provided in the checkpoint. | 13 years ago |
8017 | Sven Erik Knop | Fixed patching by adding copy constructor. | 13 years ago |
7988 | Sven Erik Knop | Little changes: removed one warning, added an option to JournalSplitter | 14 years ago |
7876 | Sven Erik Knop | Added new Journal type for JournalNotes and modified printers to deal with its values. | 14 years ago |
7874 | Sven Erik Knop | Upgrade to 2010.2 including new JournalNotes. | 14 years ago |
7818 | Sven Erik Knop | BufferedReader for reading the checkpoint. Probably does not make a difference, but who k...nows? Also removed the old zip - file and added the dist jar file generated for every change. Might have to undo that if it freaks out my Eclipse. « |
14 years ago |
7589 | Sven Erik Knop | Rescue attempt to recover missing files from the JournalReader | 15 years ago |
7527 | Sven Erik Knop |
JournalReader, now in its proper place. Documentation to follow. |
15 years ago |