| org.openrdf.sail.StackableSail
All known Subclasses: org.openrdf.sail.helpers.SailWrapper,
StackableSail | public interface StackableSail extends Sail(Code) | | An interface for Sails that can be stacked on top of other Sails.
|
Method Summary | |
public Sail | getBaseSail() Gets the base Sail that this Sail works on top of. | public void | setBaseSail(Sail baseSail) Sets the base Sail that this Sail will work on top of. |
getBaseSail | public Sail getBaseSail()(Code) | | Gets the base Sail that this Sail works on top of.
|
setBaseSail | public void setBaseSail(Sail baseSail)(Code) | | Sets the base Sail that this Sail will work on top of. This method
will be called before the initialize() method is called.
|
|
|