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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final IRI
    Deprecated.
    use
    invalid reference
    CONFIG#password
    instead.
    static final IRI
    Deprecated.
    use
    invalid reference
    CONFIG#url
    instead.
    static final IRI
    Deprecated.
    use
    invalid reference
    CONFIG#username
    instead.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 reference
      CONFIG#url
      instead.
    • USERNAME

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

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

    • HTTPRepositorySchema

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