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
-
Method Details
-
generate
Return a temporary file.- Returns:
- non-null File object
- Throws:
IOException
-