Class SailWrapper

java.lang.Object
org.eclipse.rdf4j.sail.helpers.SailWrapper
All Implemented Interfaces:
FederatedServiceResolverClient, Sail, StackableSail
Direct Known Subclasses:
NotifyingSailWrapper

public class SailWrapper extends Object implements StackableSail, FederatedServiceResolverClient
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
Author:
Arjohn Kampman