Uses of Class
org.eclipse.rdf4j.common.lang.FileFormat
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
Writer for the Notation-3 (N3) format.
-
Uses of FileFormat in org.eclipse.rdf4j.common.io
Modifier and TypeMethodDescriptiondefault boolean
Sink.acceptsFileFormat(FileFormat format)
Check if this Sink accepts the suppliedFileFormat
. -
Uses of FileFormat in org.eclipse.rdf4j.common.lang
Modifier and TypeMethodDescriptionstatic <FF extends FileFormat>
Optional<FF>FileFormat.matchFileName(String fileName, Iterable<FF> fileFormats)
Tries to match the specified file name with the file extensions of the supplied file formats.static <FF extends FileFormat>
Optional<FF>FileFormat.matchMIMEType(String mimeType, Iterable<FF> fileFormats)
Tries to match the specified MIME type with the MIME types of the supplied file formats. -
Uses of FileFormat in org.eclipse.rdf4j.common.lang.service
Modifier and TypeClassDescriptionclass
FileFormatServiceRegistry<FF extends FileFormat,S>
A specialServiceRegistry
forFileFormat
related services. -
Uses of FileFormat in org.eclipse.rdf4j.http.server
Modifier and TypeMethodDescriptionstatic <FF extends FileFormat, S>
SProtocolUtil.getAcceptableService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, FileFormatServiceRegistry<FF,S> serviceRegistry)
-
Uses of FileFormat in org.eclipse.rdf4j.http.server.repository
Modifier and TypeMethodDescriptionprotected void
QueryResultView.setContentDisposition(Map model, javax.servlet.http.HttpServletResponse response, FileFormat fileFormat)
protected void
QueryResultView.setContentType(javax.servlet.http.HttpServletResponse response, FileFormat fileFormat)
-
Uses of FileFormat in org.eclipse.rdf4j.query.resultio
Modifier and TypeClassDescriptionclass
Represents the concept of a boolean query result serialization format.class
The base class of all file formats that represent the results of queries.class
Represents the concept of an tuple query result serialization format. -
Uses of FileFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeMethodDescriptionboolean
SPARQLStarResultsJSONWriter.acceptsFileFormat(FileFormat format)
-
Uses of FileFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeMethodDescriptionboolean
SPARQLStarResultsXMLWriter.acceptsFileFormat(FileFormat format)
-
Uses of FileFormat in org.eclipse.rdf4j.rio
Modifier and TypeClassDescriptionclass
Represents the concept of an RDF data serialization format. -
Uses of FileFormat in org.eclipse.rdf4j.rio.helpers
-
Uses of FileFormat in org.eclipse.rdf4j.rio.n3
-
Uses of FileFormat in org.eclipse.rdf4j.rio.trigstar
-
Uses of FileFormat in org.eclipse.rdf4j.rio.turtlestar