Interface UHFileFactory
- All Superinterfaces:
 java.io.Serializable
public interface UHFileFactory
extends java.io.Serializable
File factory interface for generating file to store the uploaded data into.
- 
Method Summary
Modifier and Type Method Description java.io.FilecreateFile(java.lang.String fileName)Creates a new file for given file name. 
- 
Method Details
- 
createFile
java.io.File createFile(java.lang.String fileName) throws java.io.IOExceptionCreates a new file for given file name.- Parameters:
 fileName- file name to create file for- Returns:
 File- Throws:
 java.io.IOException
 
 -