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