Class 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 org.eclipse.rdf4j.repository.manager.RepositoryManagers.
    Author:
    Arjohn Kampman, Jeen Broekstra
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.rdf4j.model.IRI DELEGATE
      Deprecated.
      use CONFIG.delegate instead.
      static String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.eclipse.rdf4j.model.IRI REPOSITORY
      Deprecated.
      use CONFIG#Repository instead.
      static org.eclipse.rdf4j.model.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 org.eclipse.rdf4j.model.IRI REPOSITORYID
      Deprecated.
      use CONFIG.Rep.id instead.
      static org.eclipse.rdf4j.model.IRI REPOSITORYIMPL
      Deprecated.
      use CONFIG.Rep.impl instead.
      static org.eclipse.rdf4j.model.IRI REPOSITORYTYPE
      Deprecated.
      use CONFIG.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 org.eclipse.rdf4j.model.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 org.eclipse.rdf4j.model.IRI REPOSITORY
        Deprecated.
        use CONFIG#Repository instead.
      • REPOSITORYID

        public static final org.eclipse.rdf4j.model.IRI REPOSITORYID
        Deprecated.
        use CONFIG.Rep.id instead.
      • REPOSITORYIMPL

        public static final org.eclipse.rdf4j.model.IRI REPOSITORYIMPL
        Deprecated.
        use CONFIG.Rep.impl instead.
      • REPOSITORYTYPE

        public static final org.eclipse.rdf4j.model.IRI REPOSITORYTYPE
        Deprecated.
        use CONFIG.Rep.type instead.
      • DELEGATE

        public static final org.eclipse.rdf4j.model.IRI DELEGATE
        Deprecated.
        use CONFIG.delegate instead.
    • Constructor Detail

      • RepositoryConfigSchema

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