Uses of Class
org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
-
Packages that use FileFormatServiceRegistry Package Description org.eclipse.rdf4j.http.server org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API. -
-
Uses of FileFormatServiceRegistry in org.eclipse.rdf4j.http.server
Methods in org.eclipse.rdf4j.http.server with parameters of type FileFormatServiceRegistry Modifier and Type Method Description static <FF extends FileFormat,S>
SProtocolUtil. getAcceptableService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileFormatServiceRegistry<FF,S> serviceRegistry)
-
Uses of FileFormatServiceRegistry in org.eclipse.rdf4j.query.resultio
Subclasses of FileFormatServiceRegistry in org.eclipse.rdf4j.query.resultio Modifier and Type Class Description class
BooleanQueryResultParserRegistry
A registry that keeps track of the availableBooleanQueryResultParserFactory
s.class
BooleanQueryResultWriterRegistry
A registry that keeps track of the availableBooleanQueryResultWriterFactory
s.class
TupleQueryResultParserRegistry
A registry that keeps track of the availableTupleQueryResultParserFactory
s.class
TupleQueryResultWriterRegistry
A registry that keeps track of the availableTupleQueryResultWriterFactory
s. -
Uses of FileFormatServiceRegistry in org.eclipse.rdf4j.rio
Subclasses of FileFormatServiceRegistry in org.eclipse.rdf4j.rio Modifier and Type Class Description class
RDFParserRegistry
A registry that keeps track of the availableRDFParserFactory
s.class
RDFWriterRegistry
A registry that keeps track of the availableRDFWriterFactory
s.
-