public class RippleSail extends Object implements org.openrdf.sail.Sail
| Constructor and Description |
|---|
RippleSail(Model model) |
RippleSail(org.openrdf.sail.Sail base) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.sail.SailConnection |
getConnection() |
File |
getDataDir() |
org.openrdf.model.ValueFactory |
getValueFactory() |
void |
initialize() |
boolean |
isWritable() |
void |
setDataDir(File file) |
void |
shutDown() |
public RippleSail(Model model)
public RippleSail(org.openrdf.sail.Sail base)
throws RippleException
RippleExceptionpublic void initialize()
throws org.openrdf.sail.SailException
initialize in interface org.openrdf.sail.Sailorg.openrdf.sail.SailExceptionpublic void shutDown()
throws org.openrdf.sail.SailException
shutDown in interface org.openrdf.sail.Sailorg.openrdf.sail.SailExceptionpublic org.openrdf.sail.SailConnection getConnection()
throws org.openrdf.sail.SailException
getConnection in interface org.openrdf.sail.Sailorg.openrdf.sail.SailExceptionpublic org.openrdf.model.ValueFactory getValueFactory()
getValueFactory in interface org.openrdf.sail.Sailpublic void setDataDir(File file)
setDataDir in interface org.openrdf.sail.Sailpublic File getDataDir()
getDataDir in interface org.openrdf.sail.Sailpublic boolean isWritable()
throws org.openrdf.sail.SailException
isWritable in interface org.openrdf.sail.Sailorg.openrdf.sail.SailExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.