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 REPOSITORYURL
          http://www.openrdf.org/config/repository/http#repositoryURL
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


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

Constructor Detail

HTTPRepositorySchema

public HTTPRepositorySchema()


Copyright © 2001-2008 Aduna. All Rights Reserved.