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
Modifier and TypeFieldDescriptionstatic final IRI
http://www.openrdf.org/config/repository#delegatestatic final String
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).static final IRI
http://www.openrdf.org/config/repository#Repositorystatic final IRI
http://www.openrdf.org/config/repository#RepositoryContextstatic final IRI
http://www.openrdf.org/config/repository#repositoryIDstatic final IRI
http://www.openrdf.org/config/repository#repositoryImplstatic final IRI
http://www.openrdf.org/config/repository#repositoryType -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).- See Also:
-
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()
-