Interface TemporaryFilesProvider

All Known Implementing Classes:
DefaultReplicatedIndexManager.ReindexMetadataFilesProvider

public interface TemporaryFilesProvider
A provider of files to given directory.
  • Method Summary

    Modifier and Type
    Method
    Description
    Write files into the given directory
  • Method Details

    • writeContribution

      Collection<File> writeContribution(File indexDir) throws IOException
      Write files into the given directory
      Parameters:
      indexDir - preferably, a temporary directory to write contribution files into
      Returns:
      locations of files was written to
      Throws:
      IOException - if the contribution cannot be written