Interface TempFileGenerator

All Known Implementing Classes:
TempFileGeneratorImpl

public interface TempFileGenerator
Generate temporary files. Implementations should should call File.deleteOnExit() on the file object before returning it if the creation of that object results in the automatic creation of the actual file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a temporary file.
  • Method Details