org.openrdf.sail.auditing.config
Class AuditingFactory

java.lang.Object
  extended by 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.
 
Constructor Summary
AuditingFactory()
           
 
Method Summary
 SailImplConfig getConfig()
           
 Sail getSail(SailImplConfig config)
           
 String getSailType()
          Returns the Sail's type: openrdf:AuditingSail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AuditingFactory

public AuditingFactory()
Method Detail

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.