public interface SailFactory
Sail
based on RDF configuration
data. SailFactory's are used to create specific Sails and to initialize them based on the configuration data that is
supplied to it, for example in a server environment.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.
|
String getSailType()
SailImplConfig getConfig()
Sail getSail(SailImplConfig config) throws SailConfigException
config
- TODOSailConfigException
- If no Sail could be created due to invalid or incomplete configuration data.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.