public class FileHelper
extends java.lang.Object
Constructor and Description |
---|
FileHelper()
No-op constructor for beans conformity
|
FileHelper(java.io.File file)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Get the file wrapped in this instance
|
java.lang.String |
getFilePath()
Get the file path
|
void |
setFilePath(java.lang.String path)
Set the file path
|
public FileHelper(java.io.File file)
file
- the file to wrappublic FileHelper()
public void setFilePath(java.lang.String path)
path
- the path to setpublic java.lang.String getFilePath()
public java.io.File getFile()