public class OutputFormatRdfRegistry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputFormatRdfRegistry.FormatEntry |
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.jena.riot.Lang,OutputFormatRdfRegistry.FormatEntry> |
registry |
| Constructor and Description |
|---|
OutputFormatRdfRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormatRdfRegistry |
createDefault() |
OutputFormatRdfRegistry.FormatEntry |
get(org.apache.jena.riot.Lang lang) |
static Map<org.apache.jena.riot.Lang,OutputFormatRdfRegistry.FormatEntry> |
getDefaults()
The default registry for elephas output formats based on
Lang. |
static OutputFormatRdfRegistry |
getInstance() |
OutputFormatRdfRegistry |
register(org.apache.jena.riot.Lang lang,
OutputFormatRdfRegistry.FormatEntry entry) |
protected Map<org.apache.jena.riot.Lang,OutputFormatRdfRegistry.FormatEntry> registry
public static OutputFormatRdfRegistry getInstance()
public OutputFormatRdfRegistry register(org.apache.jena.riot.Lang lang, OutputFormatRdfRegistry.FormatEntry entry)
public OutputFormatRdfRegistry.FormatEntry get(org.apache.jena.riot.Lang lang)
public static Map<org.apache.jena.riot.Lang,OutputFormatRdfRegistry.FormatEntry> getDefaults()
Lang.
It seems at present it is not possible to request a specific RDFFormat variant
via the hadoop configuration.public static OutputFormatRdfRegistry createDefault()
Copyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.