Package org.approvej.print
Class ToStringPrinter
java.lang.Object
org.approvej.print.ToStringPrinter
A simple
Printer implementation that uses the Object.toString() method.-
Field Summary
Fields inherited from interface org.approvej.print.Printer
DEFAULT_FILENAME_EXTENSION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.approvej.print.Printer
filenameExtension
-
Constructor Details
-
ToStringPrinter
public ToStringPrinter()Creates a newToStringPrinter.This constructor is public to allow instantiation via reflection, e.g. in the
Configurationclass.
-
-
Method Details