org.openrdf.sail.auditing.config
Class AuditingFactory
java.lang.Object
org.openrdf.sail.auditing.config.AuditingFactory
- All Implemented Interfaces:
- SailFactory
public class AuditingFactory
- extends Object
- implements SailFactory
Creates the auditing SAIL from configuration.
- Author:
- James Leigh
|
Field Summary |
static String |
SAIL_TYPE
The type of repositories that are created by this factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAIL_TYPE
public static final String SAIL_TYPE
- The type of repositories that are created by this factory.
- See Also:
SailFactory.getSailType(),
Constant Field Values
AuditingFactory
public AuditingFactory()
getSailType
public String getSailType()
- Returns the Sail's type: openrdf:AuditingSail.
- Specified by:
getSailType in interface SailFactory
getConfig
public SailImplConfig getConfig()
- Specified by:
getConfig in interface SailFactory
getSail
public Sail getSail(SailImplConfig config)
throws SailConfigException
- Specified by:
getSail in interface SailFactory
- Throws:
SailConfigException
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.