Class HTTPRepositorySchema
java.lang.Object
org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
Defines constants for the HTTPRepository schema which is used by
HTTPRepositoryFactory
s to initialize
HTTPRepository
s.- Author:
- Arjohn Kampman
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).static final IRI
http://www.openrdf.org/config/repository/http#passwordstatic final IRI
http://www.openrdf.org/config/repository/http#repositoryURLstatic final IRI
http://www.openrdf.org/config/repository/http#username -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).- See Also:
-
REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURL -
USERNAME
http://www.openrdf.org/config/repository/http#username -
PASSWORD
http://www.openrdf.org/config/repository/http#password
-
-
Constructor Details
-
HTTPRepositorySchema
public HTTPRepositorySchema()
-