Class HTTPRepositorySchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class HTTPRepositorySchema
    extends java.lang.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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static IRI PASSWORD
      Deprecated.
      use CONFIG#password instead.
      static IRI REPOSITORYURL
      Deprecated.
      use CONFIG#url instead.
      static IRI USERNAME
      Deprecated.
      use CONFIG#username instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTPRepositorySchema()
      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 Detail

      • NAMESPACE

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

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

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

        public static final IRI PASSWORD
        Deprecated.
        use CONFIG#password instead.
    • Constructor Detail

      • HTTPRepositorySchema

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