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.query.resultio | |
org.eclipse.rdf4j.query.resultio.sparqljson |
A writer for the
SPARQL Query Results JSON Format
|
org.eclipse.rdf4j.query.resultio.sparqlxml |
Parsers and writers for the
SPARQL Query Results XML Format
|
org.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 |
Modifier and Type | Method and Description |
---|---|
FileFormat |
Sink.getFileFormat()
Get the
FileFormat this sink uses. |
Modifier and Type | Method and Description |
---|---|
default boolean |
Sink.acceptsFileFormat(FileFormat format)
Check if this Sink accepts the supplied
FileFormat . |
Modifier and Type | Method and Description |
---|---|
static <FF extends FileFormat> |
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> |
FileFormat.matchMIMEType(String mimeType,
Iterable<FF> fileFormats)
Tries to match the specified MIME type with the MIME types of the supplied file formats.
|
Modifier and Type | Class and Description |
---|---|
class |
FileFormatServiceRegistry<FF extends FileFormat,S>
A special
ServiceRegistry for FileFormat related services. |
Modifier and Type | Method and Description |
---|---|
static <FF extends FileFormat,S> |
ProtocolUtil.getAcceptableService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileFormatServiceRegistry<FF,S> serviceRegistry) |
Modifier and Type | Method and 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) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
AbstractQueryResultWriter.getFileFormat() |
Modifier and Type | Method and Description |
---|---|
boolean |
SPARQLStarResultsJSONWriter.acceptsFileFormat(FileFormat format) |
Modifier and Type | Method and Description |
---|---|
boolean |
SPARQLStarResultsXMLWriter.acceptsFileFormat(FileFormat format) |
Modifier and Type | Class and Description |
---|---|
class |
RDFFormat
Represents the concept of an RDF data serialization format.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
AbstractRDFWriter.getFileFormat() |
Modifier and Type | Method and Description |
---|---|
FileFormat |
N3Writer.getFileFormat() |
Modifier and Type | Method and Description |
---|---|
boolean |
TriGStarWriter.acceptsFileFormat(FileFormat format) |
Modifier and Type | Method and Description |
---|---|
boolean |
TurtleStarWriter.acceptsFileFormat(FileFormat format) |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.