Class HTTPRepositorySchema
- java.lang.Object
-
- org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
-
public class HTTPRepositorySchema extends Object
Defines constants for the HTTPRepository schema which is used byHTTPRepositoryFactory
s to initializeHTTPRepository
s.- Author:
- Arjohn Kampman
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAMESPACE
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).static IRI
PASSWORD
http://www.openrdf.org/config/repository/http#passwordstatic IRI
REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURLstatic IRI
USERNAME
http://www.openrdf.org/config/repository/http#username
-
Constructor Summary
Constructors Constructor Description HTTPRepositorySchema()
-
-
-
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 IRI REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURL
-
USERNAME
public static final IRI USERNAME
http://www.openrdf.org/config/repository/http#username
-
PASSWORD
public static final IRI PASSWORD
http://www.openrdf.org/config/repository/http#password
-
-