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
Constructors -
Method Summary
-
Constructor Details
-
TextParser
-
-
Method Details
-
parse
Description copied from interface:AirlineParserParses some source and returns an airline.- Specified by:
parsein interfaceAirlineParser<Airline>- Throws:
ParserException- If the source is malformatted.
-