org.openrdf.repository.sail.config
Class SailRepositorySchema

java.lang.Object
  extended by org.openrdf.repository.sail.config.SailRepositorySchema

public class SailRepositorySchema
extends Object

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

Author:
Arjohn Kampman

Field Summary
static String NAMESPACE
          The SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#).
static URI SAILIMPL
          http://www.openrdf.org/config/repository/sail#sailImpl
 
Constructor Summary
SailRepositorySchema()
           
 
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/repository/sail#).

See Also:
Constant Field Values

SAILIMPL

public static final URI SAILIMPL
http://www.openrdf.org/config/repository/sail#sailImpl

Constructor Detail

SailRepositorySchema

public SailRepositorySchema()


Copyright © 2001-2007 Aduna. All Rights Reserved.