Uses of Interface
edu.pdx.cs410J.family.Dumper

Packages that use Dumper
Package
Description
The package contains a family tree application that uses many of the classes that we discuss in CS410J.
  • Uses of Dumper in edu.pdx.cs410J.family

    Classes in edu.pdx.cs410J.family that implement Dumper
    Modifier and Type
    Class
    Description
    class 
    This class dumps a family tree to a text file in a format that can be read by a person.
    class 
    This class dumps a family tree to a destination (for example, a file) in a text-based format that is meant to be parsed by a TextParser.
    class 
    This class dumps a family tree to a destination (for example, a file) in XML format.