Class RepositoryConfigSchema
- java.lang.Object
-
- org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
-
public class RepositoryConfigSchema extends Object
Defines constants for the repository configuration schema that is used byorg.eclipse.rdf4j.repository.manager.RepositoryManagers.- Author:
- Arjohn Kampman
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRIDELEGATEhttp://www.openrdf.org/config/repository#delegatestatic StringNAMESPACEThe HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).static org.eclipse.rdf4j.model.IRIREPOSITORYhttp://www.openrdf.org/config/repository#Repositorystatic org.eclipse.rdf4j.model.IRIREPOSITORY_CONTEXThttp://www.openrdf.org/config/repository#RepositoryContextstatic org.eclipse.rdf4j.model.IRIREPOSITORYIDhttp://www.openrdf.org/config/repository#repositoryIDstatic org.eclipse.rdf4j.model.IRIREPOSITORYIMPLhttp://www.openrdf.org/config/repository#repositoryImplstatic org.eclipse.rdf4j.model.IRIREPOSITORYTYPEhttp://www.openrdf.org/config/repository#repositoryType
-
Constructor Summary
Constructors Constructor Description RepositoryConfigSchema()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).- See Also:
- Constant Field Values
-
REPOSITORY_CONTEXT
public static final org.eclipse.rdf4j.model.IRI REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContext
-
REPOSITORY
public static final org.eclipse.rdf4j.model.IRI REPOSITORY
http://www.openrdf.org/config/repository#Repository
-
REPOSITORYID
public static final org.eclipse.rdf4j.model.IRI REPOSITORYID
http://www.openrdf.org/config/repository#repositoryID
-
REPOSITORYIMPL
public static final org.eclipse.rdf4j.model.IRI REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImpl
-
REPOSITORYTYPE
public static final org.eclipse.rdf4j.model.IRI REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType
-
DELEGATE
public static final org.eclipse.rdf4j.model.IRI DELEGATE
http://www.openrdf.org/config/repository#delegate
-
-