Uses of Class
org.eclipse.rdf4j.common.lang.FileFormat
-
Packages that use FileFormat Package Description org.eclipse.rdf4j.common.io org.eclipse.rdf4j.common.lang org.eclipse.rdf4j.common.lang.service org.eclipse.rdf4j.http.server org.eclipse.rdf4j.http.server.repository org.eclipse.rdf4j.http.server.repository.handler org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.n3 Writer for the Notation-3 (N3) format.org.eclipse.rdf4j.rio.trigstar org.eclipse.rdf4j.rio.turtlestar -
-
Uses of FileFormat in org.eclipse.rdf4j.common.io
Methods in org.eclipse.rdf4j.common.io that return FileFormat Modifier and Type Method Description FileFormat
Sink. getFileFormat()
Get theFileFormat
this sink uses.Methods in org.eclipse.rdf4j.common.io with parameters of type FileFormat Modifier and Type Method Description default 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 FileFormat Modifier and Type Method Description static <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 FileFormat Modifier and Type Class Description class
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 FileFormat 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 FileFormat in org.eclipse.rdf4j.http.server.repository
Methods in org.eclipse.rdf4j.http.server.repository with parameters of type FileFormat Modifier and Type Method Description protected 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 FileFormat Modifier and Type Method Description protected 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 FileFormat Modifier and Type Method Description protected 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.resultio Modifier and Type Class Description class
BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.class
QueryResultFormat
The base class of all file formats that represent the results of queries.class
TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.Methods in org.eclipse.rdf4j.query.resultio that return FileFormat Modifier and Type Method Description FileFormat
AbstractQueryResultWriter. getFileFormat()
-
Uses of FileFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type FileFormat Modifier and Type Method Description boolean
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 FileFormat Modifier and Type Method Description boolean
SPARQLStarResultsXMLWriter. acceptsFileFormat(FileFormat format)
-
Uses of FileFormat in org.eclipse.rdf4j.rio
Subclasses of FileFormat in org.eclipse.rdf4j.rio Modifier and Type Class Description class
RDFFormat
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 Modifier and Type Method Description FileFormat
AbstractRDFWriter. getFileFormat()
-
Uses of FileFormat in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return FileFormat Modifier and Type Method Description FileFormat
N3Writer. getFileFormat()
-
Uses of FileFormat in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type FileFormat Modifier and Type Method Description boolean
TriGStarWriter. acceptsFileFormat(FileFormat format)
-
Uses of FileFormat in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar with parameters of type FileFormat Modifier and Type Method Description boolean
TurtleStarWriter. acceptsFileFormat(FileFormat format)
-