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

    Modifier and Type
    Method
    Description
    void
    dump(T airline)
    Dumps an airline to some destination.
  • Method Details

    • dump

      void dump(T airline) throws IOException
      Dumps an airline to some destination.
      Parameters:
      airline - The airline being written to a destination
      Throws:
      IOException - Something went wrong while writing the airline