Class ProxyRepositorySchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class ProxyRepositorySchema
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG instead.
    Defines constants for the HTTPRepository schema which is used by ProxyRepositoryFactorys to initialize ProxyRepositorys.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      The obsolete ProxyRepository schema namespace ( http://www.openrdf.org/config/repository/proxy#).
      static IRI PROXIED_ID
      Deprecated.
      use CONFIG#proxiedID instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyRepositorySchema()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMESPACE

        public static final java.lang.String NAMESPACE
        Deprecated, for removal: This API element is subject to removal in a future version.
        The obsolete ProxyRepository schema namespace ( http://www.openrdf.org/config/repository/proxy#).
        See Also:
        Constant Field Values
      • PROXIED_ID

        public static final IRI PROXIED_ID
        Deprecated.
        use CONFIG#proxiedID instead.
    • Constructor Detail

      • ProxyRepositorySchema

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