Package edu.pdx.cs410J.airline
Class TextParser
java.lang.Object
edu.pdx.cs410J.airline.TextParser
- All Implemented Interfaces:
AirlineParser<Airline>
A skeletal implementation of the
TextParser
class for Project 2.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TextParser
-
-
Method Details
-
parse
Description copied from interface:AirlineParser
Parses some source and returns an airline.- Specified by:
parse
in interfaceAirlineParser<Airline>
- Throws:
ParserException
- If the source is malformatted.
-