Package edu.pdx.cs410J.phonebill
Class TextParser
java.lang.Object
edu.pdx.cs410J.phonebill.TextParser
- All Implemented Interfaces:
PhoneBillParser<PhoneBill>
A skeletal implementation of the
TextParser class for Project 2.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextParser
-
-
Method Details
-
parse
Description copied from interface:PhoneBillParserParses some source and returns a phone bill- Specified by:
parsein interfacePhoneBillParser<PhoneBill>- Throws:
ParserException- If the source cannot be parsed
-