Interface TemporaryFileFactory


public interface TemporaryFileFactory
A factory for temporary files.
Since:
3.2.0
Author:
Joel Uckelman
  • Method Summary

    Modifier and Type Method Description
    File create()
    Creates a temporary file.
  • Method Details

    • create

      File create() throws IOException
      Creates a temporary file.
      Returns:
      a temporary file
      Throws:
      IOException - if the file cannot be created