Package | Description |
---|---|
org.eclipse.rdf4j.common.lang | |
org.eclipse.rdf4j.common.lang.service | |
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
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 | 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 | Class and Description |
---|---|
class |
RDFFormat
Represents the concept of an RDF data serialization format.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.