Uses of Interface
org.apache.any23.writer.TripleHandler
-
Packages that use TripleHandler Package Description org.apache.any23.writer -
-
Uses of TripleHandler in org.apache.any23.writer
Subinterfaces of TripleHandler in org.apache.any23.writer Modifier and Type Interface Description interface
FormatWriter
Base interface used for the definition of RDF format writers.Methods in org.apache.any23.writer that return TripleHandler Modifier and Type Method Description TripleHandler
DecoratingWriterFactory. getTripleWriter(TripleHandler delegate, Settings settings)
TripleHandler
TripleWriterFactory. getTripleWriter(OutputStream out, Settings settings)
Methods in org.apache.any23.writer with parameters of type TripleHandler Modifier and Type Method Description TripleHandler
DecoratingWriterFactory. getTripleWriter(TripleHandler delegate, Settings settings)
-