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 RepositoryManagers.
    Author:
    Arjohn Kampman, Jeen Broekstra
    • 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.
        use 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.
    • Constructor Detail

      • RepositoryConfigSchema

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