public static class IOUtils.SavingConfig
extends java.lang.Object
| Constructor and Description |
|---|
SavingConfig(java.io.File f)
Creates a new SavingConfig Object.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile()
Returns the underlying
File Object. |
void |
setFile(java.io.File f)
Sets the underlying
File. |
public SavingConfig(java.io.File f)
throws java.io.IOException
File does
not exist, it will be created. Any non-existing parent directories
are created too.f - The File to save to.java.io.IOException - When f is not a file but a directory.