Class SailRepositorySchema


  • @Deprecated(since="4.3.0",
                forRemoval=true)
    public class SailRepositorySchema
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    use CONFIG instead.
    Defines constants for the SailRepository schema which is used by SailRepositoryFactorys to initialize SailRepositorys.
    • 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.
      The SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#).
      static IRI SAILIMPL
      Deprecated.
      use CONFIG#impl instead.
    • Constructor Summary

      Constructors 
      Constructor Description
      SailRepositorySchema()
      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.
        The SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#).
        See Also:
        Constant Field Values
      • SAILIMPL

        public static final IRI SAILIMPL
        Deprecated.
        use CONFIG#impl instead.
    • Constructor Detail

      • SailRepositorySchema

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