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
FieldsModifier and TypeFieldDescriptionstatic String
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).static IRI
http://www.openrdf.org/config/repository/http#passwordstatic IRI
http://www.openrdf.org/config/repository/http#repositoryURLstatic IRI
http://www.openrdf.org/config/repository/http#username -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).- See Also:
- Constant Field Values
-
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()
-