Class JSONLDWriterFactory

  • All Implemented Interfaces:
    org.apache.any23.writer.TripleWriterFactory, org.apache.any23.writer.WriterFactory

    public class JSONLDWriterFactory
    extends Object
    implements org.apache.any23.writer.TripleWriterFactory
    Author:
    Julio Caguano., Hans Brende (hansbrende@apache.org)
    • Constructor Detail

      • JSONLDWriterFactory

        public JSONLDWriterFactory()
    • Method Detail

      • getTripleFormat

        public org.apache.any23.writer.TripleFormat getTripleFormat()
        Specified by:
        getTripleFormat in interface org.apache.any23.writer.TripleWriterFactory
      • getIdentifier

        public String getIdentifier()
        Specified by:
        getIdentifier in interface org.apache.any23.writer.WriterFactory
      • getTripleWriter

        public org.apache.any23.writer.TripleHandler getTripleWriter​(OutputStream out,
                                                                     org.apache.any23.configuration.Settings settings)
        Specified by:
        getTripleWriter in interface org.apache.any23.writer.TripleWriterFactory
      • getSupportedSettings

        public org.apache.any23.configuration.Settings getSupportedSettings()
        Specified by:
        getSupportedSettings in interface org.apache.any23.writer.TripleWriterFactory