public class FileGenerationUtil extends Object
| Constructor and Description |
|---|
FileGenerationUtil() |
| Modifier and Type | Method and Description |
|---|---|
static File |
generateUniqueFilename(File directory)
Generates a unique filename (uuid) in the given directory.
|
static File |
prepareFile(File file)
Returns the given file if exists and represents a file, otherwise generate a filename and use given file as
directory.
|
Copyright © 2015. All rights reserved.