Uses of Interface
org.apache.any23.writer.WriterFactory
- 
Packages that use WriterFactory Package Description org.apache.any23.writer This package collects a set ofTripleHandlerdecorators and specific RDF formatTripleWriterimplementations. - 
- 
Uses of WriterFactory in org.apache.any23.writer
Subinterfaces of WriterFactory in org.apache.any23.writer Modifier and Type Interface Description (package private) interfaceorg.apache.any23.writer.BaseWriterFactory<Output>interfaceDecoratingWriterFactoryBase interface used for constructors of decoratingTripleHandlerimplementations.interfaceTripleWriterFactoryBase interface for constructors ofTripleHandlerimplementations that write to anOutputStreamusing a particularFileFormat.Classes in org.apache.any23.writer that implement WriterFactory Modifier and Type Class Description classJSONLDWriterFactoryclassJSONWriterFactoryDeprecated.since 2.3.classNQuadsWriterFactoryclassNTriplesWriterFactoryclassRDFXMLWriterFactoryclassTriXWriterFactoryclassTurtleWriterFactoryclassURIListWriterFactoryMethods in org.apache.any23.writer that return WriterFactory Modifier and Type Method Description WriterFactoryWriterFactoryRegistry. getWriterByIdentifier(String id)Returns theWriterFactoryidentified byid.Methods in org.apache.any23.writer that return types with arguments of type WriterFactory Modifier and Type Method Description List<WriterFactory>WriterFactoryRegistry. getWriters()Collection<WriterFactory>WriterFactoryRegistry. getWritersByMimeType(String mimeType)Returns all the writers matching the specifiedmimeType.Methods in org.apache.any23.writer with parameters of type WriterFactory Modifier and Type Method Description static StringWriterFactoryRegistry. getIdentifier(WriterFactory writerClass)Reads the identifier specified for the givenWriterFactory.static StringWriterFactoryRegistry. getMimeType(WriterFactory writerClass)Reads the MIME Type specified for the givenWriterFactory.voidWriterFactoryRegistry. register(WriterFactory f)Registers a newWriterFactoryto the registry. 
 -