Package org.apache.any23.writer
Class WriterSettings
- java.lang.Object
-
- org.apache.any23.writer.WriterSettings
-
public class WriterSettings extends Object
This class encapsulates commonly supported settings forTripleWriter
implementations.- Author:
- Hans Brende (hansbrende@apache.org)
-
-
Field Summary
Fields Modifier and Type Field Description static Setting<Boolean>
PRETTY_PRINT
Directive to writer that output should be printed in a way to maximize human readability.static Setting<Boolean>
PRINT_ASCII
Directive to writer that at least the non-ASCII characters should be escaped.
-