org.openrdf.repository.config
Class RepositoryConfigSchema

java.lang.Object
  extended by org.openrdf.repository.config.RepositoryConfigSchema

public class RepositoryConfigSchema
extends Object

Defines constants for the repository configuration schema that is used by RepositoryManagers.

Author:
Arjohn Kampman

Field Summary
static URI DELEGATE
          http://www.openrdf.org/config/repository#delegate
static String NAMESPACE
          The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).
static URI REPOSITORY
          http://www.openrdf.org/config/repository#Repository
static URI REPOSITORY_CONTEXT
          http://www.openrdf.org/config/repository#RepositoryContext
static URI REPOSITORYID
          http://www.openrdf.org/config/repository#repositoryID
static URI REPOSITORYIMPL
          http://www.openrdf.org/config/repository#repositoryImpl
static URI REPOSITORYTYPE
          http://www.openrdf.org/config/repository#repositoryType
 
Constructor Summary
RepositoryConfigSchema()
           
 
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 HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).

See Also:
Constant Field Values

REPOSITORY_CONTEXT

public static final URI REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContext


REPOSITORY

public static final URI REPOSITORY
http://www.openrdf.org/config/repository#Repository


REPOSITORYID

public static final URI REPOSITORYID
http://www.openrdf.org/config/repository#repositoryID


REPOSITORYIMPL

public static final URI REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImpl


REPOSITORYTYPE

public static final URI REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType


DELEGATE

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

Constructor Detail

RepositoryConfigSchema

public RepositoryConfigSchema()


Copyright © 2001-2008 Aduna. All Rights Reserved.