Class ProxyRepositorySchema
- java.lang.Object
-
- org.eclipse.rdf4j.repository.sail.config.ProxyRepositorySchema
-
@Deprecated(since="4.3.0", forRemoval=true) public class ProxyRepositorySchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.useCONFIG
instead.Defines constants for the HTTPRepository schema which is used byProxyRepositoryFactory
s to initializeProxyRepository
s.- Author:
- Dale Visser
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The obsoleteProxyRepository
schema namespace ( http://www.openrdf.org/config/repository/proxy#).static IRI
PROXIED_ID
Deprecated.useCONFIG#proxiedID
instead.
-
Constructor Summary
Constructors Constructor Description ProxyRepositorySchema()
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.The obsoleteProxyRepository
schema namespace ( http://www.openrdf.org/config/repository/proxy#).- See Also:
- Constant Field Values
-
PROXIED_ID
public static final IRI PROXIED_ID
Deprecated.useCONFIG#proxiedID
instead.
-
-