Class RepositoryConfigSchema
java.lang.Object
org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
Defines constants for the repository configuration schema that is used by
RepositoryManager
s.- Author:
- Arjohn Kampman
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic IRI
http://www.openrdf.org/config/repository#delegatestatic String
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).static IRI
http://www.openrdf.org/config/repository#Repositorystatic IRI
http://www.openrdf.org/config/repository#RepositoryContextstatic IRI
http://www.openrdf.org/config/repository#repositoryIDstatic IRI
http://www.openrdf.org/config/repository#repositoryImplstatic IRI
http://www.openrdf.org/config/repository#repositoryType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).- See Also:
- Constant Field Values
-
REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContext -
REPOSITORY
http://www.openrdf.org/config/repository#Repository -
REPOSITORYID
http://www.openrdf.org/config/repository#repositoryID -
REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImpl -
REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType -
DELEGATE
http://www.openrdf.org/config/repository#delegate
-
-
Constructor Details
-
RepositoryConfigSchema
public RepositoryConfigSchema()
-