Interface TemporaryFileStore

All Known Implementing Classes:
DefaultFileReplicator

public interface TemporaryFileStore
Manages a repository of temporary local files.
  • Method Summary

    Modifier and Type
    Method
    Description
    allocateFile(String baseName)
    Allocates a new temporary file.
  • Method Details

    • allocateFile

      Allocates a new temporary file. The file (and all its descendants) will be deleted when this store is closed.
      Parameters:
      baseName - The name of the file.
      Returns:
      The temporary file.
      Throws:
      FileSystemException - if an error occurs.