| Interface | Description |
|---|---|
| ParserExceptionClient |
Copyright (c) 2007-2016 FreeCompany
|
| Class | Description |
|---|---|
| ChangelogEntry |
This class defines a Plain Old Java Object encapsulating
one entry in a Changelog for example:
Wed Nov 08 2006 George Washington
- Add the foo feature
Add the bar feature
Copyright (c) 2007-2016 FreeCompany
|
| ChangelogHandler |
This class manages the process of adding a Changelog to the header.
|
| Enum | Description |
|---|---|
| ParsingState |
Copyright (c) 2007-2016 FreeCompany
|
| Exception | Description |
|---|---|
| ChangelogParseException |
Base Class of all exceptions thrown by the ChangeLogParser
Copyright (c) 2007-2016 FreeCompany
|
| DatesOutOfSequenceException |
This exception is thrown when Changelog entries are not in descending order by date
Copyright (c) 2007-2016 FreeCompany
|
| IncompleteChangelogEntryException |
This exception is thrown when parsing of the changelog file results in
an incomplete ChangeLogEntry
Copyright (c) 2007-2016 FreeCompany
|
| InvalidChangelogDateException |
This exception is thrown when the date portion of a change log
cannot be parsed.
|
| NoInitialAsteriskException |
This exception is when a change log entry does not begin with an asterisk.
|
Copyright © 2021. All Rights Reserved.