public class ShaclSailFactory extends Object implements org.eclipse.rdf4j.sail.config.SailFactory
ShaclSails as part of a Sail stack.| Modifier and Type | Field and Description |
|---|---|
static String |
SAIL_TYPE
The type of Sails that are created by this factory.
|
| Constructor and Description |
|---|
ShaclSailFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.sail.config.SailImplConfig |
getConfig() |
Sail |
getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config) |
String |
getSailType() |
public static final String SAIL_TYPE
SailFactory.getSailType(),
Constant Field Valuespublic String getSailType()
getSailType in interface org.eclipse.rdf4j.sail.config.SailFactorypublic org.eclipse.rdf4j.sail.config.SailImplConfig getConfig()
getConfig in interface org.eclipse.rdf4j.sail.config.SailFactorypublic Sail getSail(org.eclipse.rdf4j.sail.config.SailImplConfig config) throws org.eclipse.rdf4j.sail.config.SailConfigException
getSail in interface org.eclipse.rdf4j.sail.config.SailFactoryorg.eclipse.rdf4j.sail.config.SailConfigExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.