Uses of Class
org.apache.any23.configuration.Settings
-
Packages that use Settings Package Description org.apache.any23.configuration This packages contains the Any23 Configuration definition.org.apache.any23.writer This package collects a set ofTripleHandler
decorators and specific RDF formatTripleWriter
implementations. -
-
Uses of Settings in org.apache.any23.configuration
Methods in org.apache.any23.configuration that return Settings Modifier and Type Method Description static Settings
Settings. of ()
Returns an emptySettings
object.static Settings
Settings. of (Collection<? extends Setting<?>> c)
static Settings
Settings. of (Setting<?> s)
Returns a singletonSettings
object, containing only the supplied Setting.static Settings
Settings. of (Setting<?>... settings)
-
Uses of Settings in org.apache.any23.writer
Methods in org.apache.any23.writer that return Settings Modifier and Type Method Description Settings
DecoratingWriterFactory. getSupportedSettings ()
Settings
JSONLDWriterFactory. getSupportedSettings ()
Settings
JSONWriterFactory. getSupportedSettings ()
Deprecated.Settings
NQuadsWriterFactory. getSupportedSettings ()
Settings
NTriplesWriterFactory. getSupportedSettings ()
Settings
RDFXMLWriterFactory. getSupportedSettings ()
Settings
TripleWriterFactory. getSupportedSettings ()
Settings
TriXWriterFactory. getSupportedSettings ()
Settings
TurtleWriterFactory. getSupportedSettings ()
Settings
URIListWriterFactory. getSupportedSettings ()
Constructors in org.apache.any23.writer with parameters of type Settings Constructor Description JSONLDWriter (OutputStream os, Settings settings)
NQuadsWriter (OutputStream os, Settings settings)
NTriplesWriter (OutputStream os, Settings settings)
RDFXMLWriter (OutputStream os, Settings settings)
TriXWriter (OutputStream os, Settings settings)
TurtleWriter (OutputStream os, Settings settings)
-