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
Constructors -
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:AppointmentBookParserParses the contents of a file or other input source and returns an appointment book.- Specified by:
parsein interfaceAppointmentBookParser<AppointmentBook>- Throws:
ParserException
-