Class RepositoryConfigSchema
- java.lang.Object
-
- org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
-
@Deprecated(since="4.3.0", forRemoval=true) public class RepositoryConfigSchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.useCONFIG
vocabulary instead.Defines constants for the repository configuration schema that is used byRepositoryManager
s.- Author:
- Arjohn Kampman, Jeen Broekstra
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
DELEGATE
Deprecated.useCONFIG.delegate
instead.static String
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.static IRI
REPOSITORY
Deprecated.useCONFIG#Repository
instead.static IRI
REPOSITORY_CONTEXT
Deprecated, for removal: This API element is subject to removal in a future version.This IRI is not in the CONFIG vocabulary because it is no longer necessary - it was only used in the old-style SYSTEM-repo configurations.static IRI
REPOSITORYID
Deprecated.useCONFIG.Rep.id
instead.static IRI
REPOSITORYIMPL
Deprecated.useCONFIG.Rep.impl
instead.static IRI
REPOSITORYTYPE
Deprecated.useCONFIG.Rep.type
instead.
-
Constructor Summary
Constructors Constructor Description RepositoryConfigSchema()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
REPOSITORY_CONTEXT
public static final IRI REPOSITORY_CONTEXT
Deprecated, for removal: This API element is subject to removal in a future version.This IRI is not in the CONFIG vocabulary because it is no longer necessary - it was only used in the old-style SYSTEM-repo configurations.
-
REPOSITORY
public static final IRI REPOSITORY
Deprecated.useCONFIG#Repository
instead.
-
REPOSITORYID
public static final IRI REPOSITORYID
Deprecated.useCONFIG.Rep.id
instead.
-
REPOSITORYIMPL
public static final IRI REPOSITORYIMPL
Deprecated.useCONFIG.Rep.impl
instead.
-
REPOSITORYTYPE
public static final IRI REPOSITORYTYPE
Deprecated.useCONFIG.Rep.type
instead.
-
DELEGATE
public static final IRI DELEGATE
Deprecated.useCONFIG.delegate
instead.
-
-