Package edu.pdx.cs410J.apptbook
Class TextParser
java.lang.Object
edu.pdx.cs410J.apptbook.TextParser
- All Implemented Interfaces:
AppointmentBookParser<AppointmentBook>
A skeletal implementation of the
TextParser
class for Project 2.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionparse()
Parses the contents of a file or other input source and returns an appointment book.
-
Constructor Details
-
TextParser
-
-
Method Details
-
parse
Description copied from interface:AppointmentBookParser
Parses the contents of a file or other input source and returns an appointment book.- Specified by:
parse
in interfaceAppointmentBookParser<AppointmentBook>
- Throws:
ParserException
-