Package org.approvej.print
Interface PrintFormat<T>
- Type Parameters:
T- the type of the object to print
- All Known Implementing Classes:
MultiLineStringPrintFormat,SingleLineStringPrintFormat
public interface PrintFormat<T>
A format to print values of type T, as defined by a
Printer and a suggested filenameExtension().-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default filename extension for files that the printed value is written to. -
Method Summary
-
Field Details
-
DEFAULT_FILENAME_EXTENSION
The default filename extension for files that the printed value is written to.- See Also:
-
-
Method Details