org.openrdf.repository.http.config
Class HTTPRepositorySchema

java.lang.Object
  extended by org.openrdf.repository.http.config.HTTPRepositorySchema

public class HTTPRepositorySchema
extends Object

Defines constants for the HTTPRepository schema which is used by HTTPRepositoryFactorys to initialize HTTPRepositorys.

Author:
Arjohn Kampman

Field Summary
static String NAMESPACE
          The HTTPRepository schema namespace ( http://www.openrdf.org/config/repository/http#).
static URI PASSWORD
          http://www.openrdf.org/config/repository/http#password
static URI READ_ONLY
          http://www.openrdf.org/config/repository/http#readOnly
static URI REPOSITORYID
          http://www.openrdf.org/config/repository/http#repositoryID/tt>
static URI REPOSITORYURL
          http://www.openrdf.org/config/repository/http#repositoryURL
static URI SERVERURL
          http://www.openrdf.org/config/repository/http#serverURL
static URI SUBJECTSPACE
          The set of all URI prefixes of subjects in statements on the server.
static URI USERNAME
          http://www.openrdf.org/config/repository/http#username
 
Constructor Summary
HTTPRepositorySchema()
           
 
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/http#).

See Also:
Constant Field Values

REPOSITORYURL

public static final URI REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURL


SERVERURL

public static final URI SERVERURL
http://www.openrdf.org/config/repository/http#serverURL


REPOSITORYID

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


USERNAME

public static final URI USERNAME
http://www.openrdf.org/config/repository/http#username


PASSWORD

public static final URI PASSWORD
http://www.openrdf.org/config/repository/http#password


READ_ONLY

public static final URI READ_ONLY
http://www.openrdf.org/config/repository/http#readOnly


SUBJECTSPACE

public static final URI SUBJECTSPACE
The set of all URI prefixes of subjects in statements on the server. http://www.openrdf.org/config/repository/http#subjectSpace

Constructor Detail

HTTPRepositorySchema

public HTTPRepositorySchema()


Copyright © 2001-2009 Aduna. All Rights Reserved.