substitution-schedule-parser documentation!See: Description
| Package | Description |
|---|---|
| me.vertretungsplan |
Contains the
ParserUtil class, a simple entry point into the library. |
| me.vertretungsplan.additionalinfo |
Contains all parsers for additional (external) information that can appear on
SubstitutionSchedules, represented as
AdditionalInfos. |
| me.vertretungsplan.additionalinfo.amgrottweil | |
| me.vertretungsplan.additionalinfo.gymholthausenhattingen | |
| me.vertretungsplan.additionalinfo.lsschleswig | |
| me.vertretungsplan.exception | |
| me.vertretungsplan.objects |
Contains the classes that represent a substitution schedule.
|
| me.vertretungsplan.objects.authentication |
Contains classes implementing the
AuthenticationData interface. |
| me.vertretungsplan.objects.credential |
Contains classes implementing the
Credential interface. |
| me.vertretungsplan.objects.diff |
Contains classes useful for displaying a diff between two
SubstitutionSchedules. |
| me.vertretungsplan.parser |
Contains the parsers for each type of substitution schedule this library supports and some utility classes they need.
|
Welcome to the substitution-schedule-parser documentation!
To get started with using the library, you probably want to look at the ParserUtil class, the SubstitutionScheduleData and SubstitutionSchedule classes and the documentation for all the different parsers in the me.vertretungsplan.parser package.