Interface TemporaryFileFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

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

    Modifier and Type
    Method
    Description
    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