|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SailFactory
A SailFactory takes care of creating and initializing a specific type of
Sails based on RDF configuration data. SailFactory's are used by the
SailRepositoryFactory to create
specific Sails and to initialize them based on the configuration data that
iis supplied to it, for example in a server environment.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getSailType()
SailImplConfig getConfig()
Sail getSail(SailImplConfig config)
throws SailConfigException
config - TODO
SailConfigException - If no Sail could be created due to invalid or incomplete
configuration data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||