public class RDFConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_NEGOTIATION_KEY |
static java.lang.String |
CONTEXT_PATH_KEY
Property key to load the URL of the dspace-rdf module.
|
static java.lang.String |
CONVERTER_DSOTYPES_KEY
Key of the Property to load the types of DSpaceObjects that should get
converted.
|
static java.lang.String |
CONVERTER_PLUGINS_KEY
Property key to load the list of plugins for the RDFConverter.
|
static java.lang.String |
RDFCONVERTER_KEY
Property key to load the class to use as RDFConverter.
|
static java.lang.String |
RDFSTORAGE_KEY
Property key to load the class to use as RDFStorage.
|
static java.lang.String |
SPARQL_ENDPOINT_KEY
Property key to load the public address of the SPARQL endpoint.
|
static java.lang.String |
STORAGE_GRAPHSTORE_AUTHENTICATION_KEY
Property key to load whether HTTP authentication for the
graph store endpoint is required.
|
static java.lang.String |
STORAGE_GRAPHSTORE_ENDPOINT_KEY
Property key to load the address of the SPARQL 1.1 GRAPH STORE HTTP
PROTOCOL endpoint.
|
static java.lang.String |
STORAGE_GRAPHSTORE_LOGIN_KEY
Property key to load the username if authentication for the graph store
endpoint is required.
|
static java.lang.String |
STORAGE_GRAPHSTORE_PASSWORD_KEY
Property key to load the password if authentication for the graph store
endpoint is required.
|
static java.lang.String |
STORAGE_SPARQL_AUTHENTICATION_KEY
Property key to load whether HTTP authentication for the internal SPARQL
endpoint is required.
|
static java.lang.String |
STORAGE_SPARQL_ENDPOINT_KEY
Property key to load the address of the SPARQL endpoint to use within
DSpace.
|
static java.lang.String |
STORAGE_SPARQL_LOGIN_KEY
Property key to load the username if authentication for the internal
SPARQL endpoint is required.
|
static java.lang.String |
STORAGE_SPARQL_PASSWORD_KEY
Property key to load the password if authentication for the internal
SPARQL endpoint is required.
|
static java.lang.String |
URIGENERATOR_KEY
Property key to load the class to use as URIGenerator.
|
| Constructor and Description |
|---|
RDFConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getConverterPlugins() |
static java.lang.String[] |
getDSOTypesToConvert() |
static java.lang.String |
getDSpaceRDFModuleURI() |
static java.lang.String |
getInternalSparqlEndpointAddress() |
static java.lang.String |
getPublicSparqlEndpointAddress() |
protected static RDFConverter |
getRDFConverter() |
protected static RDFStorage |
getRDFStorage() |
protected static URIGenerator |
getURIGenerator() |
static boolean |
isContentNegotiationEnabled() |
static boolean |
isConvertType(int type) |
static boolean |
isConvertType(java.lang.String type) |
static java.lang.String[] |
loadConfigurationArray(java.lang.String key)
Load a comma separated value out of the configuration an split it into a
string array.
|
public static final java.lang.String SPARQL_ENDPOINT_KEY
public static final java.lang.String URIGENERATOR_KEY
public static final java.lang.String RDFCONVERTER_KEY
public static final java.lang.String CONVERTER_PLUGINS_KEY
public static final java.lang.String CONVERTER_DSOTYPES_KEY
public static final java.lang.String RDFSTORAGE_KEY
public static final java.lang.String STORAGE_GRAPHSTORE_ENDPOINT_KEY
public static final java.lang.String STORAGE_GRAPHSTORE_AUTHENTICATION_KEY
public static final java.lang.String STORAGE_GRAPHSTORE_LOGIN_KEY
public static final java.lang.String STORAGE_GRAPHSTORE_PASSWORD_KEY
public static final java.lang.String STORAGE_SPARQL_ENDPOINT_KEY
public static final java.lang.String STORAGE_SPARQL_AUTHENTICATION_KEY
public static final java.lang.String STORAGE_SPARQL_LOGIN_KEY
public static final java.lang.String STORAGE_SPARQL_PASSWORD_KEY
public static final java.lang.String CONTEXT_PATH_KEY
public static final java.lang.String CONTENT_NEGOTIATION_KEY
public static java.lang.String[] getConverterPlugins()
public static java.lang.String[] getDSOTypesToConvert()
public static boolean isConvertType(int type)
public static boolean isConvertType(java.lang.String type)
public static boolean isContentNegotiationEnabled()
public static java.lang.String getPublicSparqlEndpointAddress()
public static java.lang.String getInternalSparqlEndpointAddress()
public static java.lang.String getDSpaceRDFModuleURI()
protected static RDFConverter getRDFConverter()
protected static URIGenerator getURIGenerator()
protected static RDFStorage getRDFStorage()
public static java.lang.String[] loadConfigurationArray(java.lang.String key)
key - Key of the configuration value.Copyright © 2018 DuraSpace. All Rights Reserved.