Class WriterSettings


  • public class WriterSettings
    extends Object
    This class encapsulates commonly supported settings for TripleWriter implementations.
    Author:
    Hans Brende (hansbrende@apache.org)
    • Field Detail

      • PRETTY_PRINT

        public static final Setting<Boolean> PRETTY_PRINT
        Directive to writer that output should be printed in a way to maximize human readability.
      • PRINT_ASCII

        public static final Setting<Boolean> PRINT_ASCII
        Directive to writer that at least the non-ASCII characters should be escaped.