Class RFResource

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long add​(java.lang.String name, java.io.InputStream source)
      Add a file resource, copying from the input stream.
      StorageFile getAsFile​(java.lang.String name, long generationId)
      Get the StorageFile for a file resource.
      char getSeparatorChar()  
      void remove​(java.lang.String name, long currentGenerationId)
      Remove the current generation of a file resource from the database.
      void removeJarDir​(java.lang.String f)
      During hard upgrade to <= 10.9, remove a jar directory (at post-commit time) from the database.
      long replace​(java.lang.String name, long currentGenerationId, java.io.InputStream source)
      Replace a file resource with a new version.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait