Interface Dumper

All Known Implementing Classes:
PrettyPrinter, TextDumper, XmlDumper

public interface Dumper
Classes that implement this interface dump a family tree to some destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Dumps a family tree to some destination.
  • Method Details

    • dump

      void dump(FamilyTree tree)
      Dumps a family tree to some destination.