|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AirlineDumper
Classes that implement this interface dump the contents of an airline to some destination.
| Method Summary | |
|---|---|
void |
dump(AbstractAirline airline)
Dumps an airline to some destination. |
| Method Detail |
|---|
void dump(AbstractAirline airline)
throws IOException
airline - The airline being written to a destination
IOException - Something went wrong while writing the airline
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||