Uses of Class
org.eclipse.rdf4j.common.lang.FileFormat
Packages that use 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
Methods in org.eclipse.rdf4j.common.io that return FileFormatMethods in org.eclipse.rdf4j.common.io with parameters of type FileFormatModifier and TypeMethodDescriptiondefault boolean
Sink.acceptsFileFormat
(FileFormat format) Check if this Sink accepts the suppliedFileFormat
. -
Uses of FileFormat in org.eclipse.rdf4j.common.lang
Methods in org.eclipse.rdf4j.common.lang with type parameters of type FileFormatModifier 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
Classes in org.eclipse.rdf4j.common.lang.service with type parameters of type FileFormatModifier and TypeClassDescriptionclass
FileFormatServiceRegistry<FF extends FileFormat,
S> A specialServiceRegistry
forFileFormat
related services. -
Uses of FileFormat in org.eclipse.rdf4j.http.server
Methods in org.eclipse.rdf4j.http.server with type parameters of type FileFormatModifier 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
Methods in org.eclipse.rdf4j.http.server.repository with parameters of type FileFormatModifier 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.http.server.repository.handler
Methods in org.eclipse.rdf4j.http.server.repository.handler that return types with arguments of type FileFormatModifier and TypeMethodDescriptionprotected abstract FileFormatServiceRegistry
<? extends FileFormat, ?> AbstractQueryRequestHandler.getResultWriterFor
(Query query) protected FileFormatServiceRegistry
<? extends FileFormat, ?> DefaultQueryRequestHandler.getResultWriterFor
(Query query) Method parameters in org.eclipse.rdf4j.http.server.repository.handler with type arguments of type FileFormatModifier and TypeMethodDescriptionprotected org.springframework.web.servlet.ModelAndView
AbstractQueryRequestHandler.getModelAndView
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean headersOnly, RepositoryConnection repositoryCon, org.springframework.web.servlet.View view, Object queryResult, FileFormatServiceRegistry<? extends FileFormat, ?> registry) -
Uses of FileFormat in org.eclipse.rdf4j.query.resultio
Subclasses of FileFormat in org.eclipse.rdf4j.query.resultioModifier 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.Methods in org.eclipse.rdf4j.query.resultio that return FileFormat -
Uses of FileFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type FileFormatModifier and TypeMethodDescriptionboolean
SPARQLStarResultsJSONWriter.acceptsFileFormat
(FileFormat format) -
Uses of FileFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type FileFormatModifier and TypeMethodDescriptionboolean
SPARQLStarResultsXMLWriter.acceptsFileFormat
(FileFormat format) -
Uses of FileFormat in org.eclipse.rdf4j.rio
Subclasses of FileFormat in org.eclipse.rdf4j.rioModifier and TypeClassDescriptionclass
Represents the concept of an RDF data serialization format. -
Uses of FileFormat in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return FileFormat -
Uses of FileFormat in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return FileFormat -
Uses of FileFormat in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type FileFormat -
Uses of FileFormat in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar with parameters of type FileFormat