Class HTTPRepositorySchema

java.lang.Object
org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema

@Deprecated(since="4.3.0", forRemoval=true) public class HTTPRepositorySchema extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.3.0. Use CONFIG instead.
Defines constants for the HTTPRepository schema which is used by HTTPRepositoryFactorys to initialize HTTPRepositorys.
Author:
Arjohn Kampman
  • Field Details

    • NAMESPACE

      public static final String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • REPOSITORYURL

      public static final IRI REPOSITORYURL
      Deprecated.
      use
      invalid @link
      CONFIG#url
      instead.
    • USERNAME

      public static final IRI USERNAME
      Deprecated.
      use
      invalid @link
      CONFIG#username
      instead.
    • PASSWORD

      public static final IRI PASSWORD
      Deprecated.
      use
      invalid @link
      CONFIG#password
      instead.
  • Constructor Details

    • HTTPRepositorySchema

      public HTTPRepositorySchema()
      Deprecated, for removal: This API element is subject to removal in a future version.