Class ProxyRepositorySchema
java.lang.Object
org.eclipse.rdf4j.repository.sail.config.ProxyRepositorySchema
Defines constants for the HTTPRepository schema which is used by
ProxyRepositoryFactory
s to initialize
ProxyRepository
s.- Author:
- Dale Visser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
TheProxyRepository
schema namespace ( http://www.openrdf.org/config/repository/proxy#).static IRI
http://www.openrdf.org/config/repository/proxy#proxiedID -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
TheProxyRepository
schema namespace ( http://www.openrdf.org/config/repository/proxy#).- See Also:
- Constant Field Values
-
PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedID
-
-
Constructor Details
-
ProxyRepositorySchema
public ProxyRepositorySchema()
-