Package edu.pdx.cs410J
Interface AirlineDumper<T extends AbstractAirline>
- All Known Implementing Classes:
TextDumper
public interface AirlineDumper<T extends AbstractAirline>
Classes that implement this interface dump the contents of an
airline to some destination.
- Since:
- Fall 2001
- Version:
- $Revision: 1.3 $
- Author:
- David Whitlock
-
Method Summary
-
Method Details
-
dump
Dumps an airline to some destination.- Parameters:
airline
- The airline being written to a destination- Throws:
IOException
- Something went wrong while writing the airline
-