Class RepositoryConfigSchema


  • public class RepositoryConfigSchema
    extends Object
    Defines constants for the repository configuration schema that is used by RepositoryManagers.
    Author:
    Arjohn Kampman
    • 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 IRI REPOSITORY_CONTEXT
        http://www.openrdf.org/config/repository#RepositoryContext
      • REPOSITORY

        public static final IRI REPOSITORY
        http://www.openrdf.org/config/repository#Repository
      • REPOSITORYID

        public static final IRI REPOSITORYID
        http://www.openrdf.org/config/repository#repositoryID
      • REPOSITORYIMPL

        public static final IRI REPOSITORYIMPL
        http://www.openrdf.org/config/repository#repositoryImpl
      • REPOSITORYTYPE

        public static final IRI REPOSITORYTYPE
        http://www.openrdf.org/config/repository#repositoryType
      • DELEGATE

        public static final IRI DELEGATE
        http://www.openrdf.org/config/repository#delegate
    • Constructor Detail

      • RepositoryConfigSchema

        public RepositoryConfigSchema()