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.
use CONFIG vocabulary instead.
Defines constants for the repository configuration schema that is used by RepositoryManagers.
Author:
Arjohn Kampman, Jeen Broekstra
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • 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.
      use
      invalid reference
      CONFIG#Repository
      instead.
    • REPOSITORYID

      public static final IRI REPOSITORYID
      Deprecated.
      use CONFIG.Rep.id instead.
    • REPOSITORYIMPL

      public static final IRI REPOSITORYIMPL
      Deprecated.
      use CONFIG.Rep.impl instead.
    • REPOSITORYTYPE

      public static final IRI REPOSITORYTYPE
      Deprecated.
      use CONFIG.Rep.type instead.
    • DELEGATE

      public static final IRI DELEGATE
      Deprecated.
      use CONFIG.delegate instead.
  • Constructor Details

    • RepositoryConfigSchema

      public RepositoryConfigSchema()
      Deprecated, for removal: This API element is subject to removal in a future version.