Package edu.pdx.cs410J.apptbook
Class TextDumper
java.lang.Object
edu.pdx.cs410J.apptbook.TextDumper
- All Implemented Interfaces:
AppointmentBookDumper<AppointmentBook>
A skeletal implementation of the
TextDumper
class for Project 2.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(AppointmentBook book) Dumps an appointment book to some destination.
-
Constructor Details
-
TextDumper
-
-
Method Details
-
dump
Description copied from interface:AppointmentBookDumper
Dumps an appointment book to some destination.- Specified by:
dump
in interfaceAppointmentBookDumper<AppointmentBook>
- Parameters:
book
- The appointment book whose contents are to be dumped
-