

Public Member Functions | |
| DefaultFile (File file) | |
Public Member Functions inherited from org.turro.file.FileWrapper | |
| FileWrapper (File file) | |
| File | getFile () |
| String | getBaseName () |
| String | getExtension () |
| List< FileAction > | getActions () |
| FileAction | getAction (String label) |
| Properties | getProperties () throws FileNotFoundException, IOException |
| FileItem | getFileItem () |
| void | setFileItem (FileItem fileItem) |
| void | delete () |
| void | copyTo (File destination) throws IOException |
| void | download () |
| void | upload (final Command command) |
| void | uploadContent (final Command command) |
Static Public Member Functions | |
| static boolean | isMyType (File file) |
Static Public Member Functions inherited from org.turro.file.FileWrapper | |
| static FileWrapper | getFileByType (File file) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.file.FileWrapper | |
| File | file |
| FileItem | fileItem |
| PropertiesFile | propertiesFile |
| List< FileAction > | actions |
Definition at line 26 of file DefaultFile.java.
| org.turro.file.DefaultFile.DefaultFile | ( | File | file | ) |
Definition at line 28 of file DefaultFile.java.
|
static |