A SailFactory takes care of creating and initializing a specific type of
Sail s based on RDF configuration data. SailFactory's are used by the
org.openrdf.repository.sail.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.
author: Arjohn Kampman
Returns a Sail instance that has been initialized using the supplied
configuration data.
Parameters: config - TODO The created (but un-initialized) Sail. throws: SailConfigException - If no Sail could be created due to invalid or incompleteconfiguration data.
Returns the type of the Sails that this factory creates. Sail types are
used for identification and should uniquely identify specific
implementations of the Sail API. This type can be equal to the
fully qualified class name of the Sail, but this is not required.