org.openrdf.sail.config
Class SailConfigSchema

java.lang.Object
  extended by org.openrdf.sail.config.SailConfigSchema

public class SailConfigSchema
extends Object

Defines constants for the SailRepository schema which is used by SailRepositoryFactorys to initialize SailRepositorys.

Author:
Arjohn Kampman

Field Summary
static URI DELEGATE
          http://www.openrdf.org/config/sail#delegate
static String NAMESPACE
          The SailRepository schema namespace (http://www.openrdf.org/config/sail#).
static URI SAILTYPE
          http://www.openrdf.org/config/sail#sailType
 
Constructor Summary
SailConfigSchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
The SailRepository schema namespace (http://www.openrdf.org/config/sail#).

See Also:
Constant Field Values

SAILTYPE

public static final URI SAILTYPE
http://www.openrdf.org/config/sail#sailType


DELEGATE

public static final URI DELEGATE
http://www.openrdf.org/config/sail#delegate

Constructor Detail

SailConfigSchema

public SailConfigSchema()


Copyright © 2001-2007 Aduna. All Rights Reserved.