Interface FileFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TemporaryFileFactory
File factory interface for generating file to store the uploaded data into.
-
Method Summary
Modifier and TypeMethodDescriptioncreateFile
(String fileName) Create a new file for given file name.
-
Method Details
-
createFile
Create a new file for given file name.- Parameters:
fileName
- file name to create file for- Returns:
File
that should be used- Throws:
IOException
-