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 org.apache.any23.configuration.Setting<Boolean>
PRETTY_PRINT
Directive to writer that output should be printed in a way to maximize human readability.static org.apache.any23.configuration.Setting<Boolean>
PRINT_ASCII
Directive to writer that at least the non-ASCII characters should be escaped.
-
-
-
Field Detail
-
PRETTY_PRINT
public static final org.apache.any23.configuration.Setting<Boolean> PRETTY_PRINT
Directive to writer that output should be printed in a way to maximize human readability.
-
PRINT_ASCII
public static final org.apache.any23.configuration.Setting<Boolean> PRINT_ASCII
Directive to writer that at least the non-ASCII characters should be escaped.
-
-