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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(AppointmentBook book) Dumps an appointment book to some destination.
-
Constructor Details
-
TextDumper
-
-
Method Details
-
dump
Description copied from interface:AppointmentBookDumperDumps an appointment book to some destination.- Specified by:
dumpin interfaceAppointmentBookDumper<AppointmentBook>- Parameters:
book- The appointment book whose contents are to be dumped
-