public class ShaclSailFactory extends Object implements SailFactory
ShaclSail
s 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 |
---|---|
SailImplConfig |
getConfig() |
Sail |
getSail(SailImplConfig config)
Returns a Sail instance that has been initialized using the supplied configuration data.
|
String |
getSailType()
Returns the type of the Sails that this factory creates.
|
public static final String SAIL_TYPE
SailFactory.getSailType()
,
Constant Field Valuespublic String getSailType()
SailFactory
getSailType
in interface SailFactory
public SailImplConfig getConfig()
getConfig
in interface SailFactory
public Sail getSail(SailImplConfig config) throws SailConfigException
SailFactory
getSail
in interface SailFactory
config
- TODOSailConfigException
- If no Sail could be created due to invalid or incomplete configuration data.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.