Class FileBlobStoreFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      FileBlobStoreFactory​(java.lang.String directory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.jackrabbit.oak.spi.blob.BlobStore create​(Closer closer)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileBlobStoreFactory

        public FileBlobStoreFactory​(java.lang.String directory)
    • Method Detail

      • create

        public org.apache.jackrabbit.oak.spi.blob.BlobStore create​(Closer closer)
        Specified by:
        create in interface BlobStoreFactory
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object