Class FilesystemTools
java.lang.Object
org.eclipse.ease.modules.platform.resources.FilesystemTools
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
createFile
(File file) static File
createFolder
(File folder) static void
deleteFile
(File file) static void
deleteFolder
(File folder) static String[]
static byte[]
getChecksum
(InputStream input) static String
openFileSelectionDialog
(File dialogRoot, int mode, String title) static String
openFolderSelectionDialog
(File dialogRoot, String title, String message) static void
static void
-
Method Details
-
createFolder
- Throws:
IOException
-
createFile
- Throws:
IOException
-
deleteFile
- Throws:
IOException
-
deleteFolder
- Throws:
IOException
-
openFileSelectionDialog
-
openFolderSelectionDialog
-
findFiles
- Throws:
IOException
-
zip
- Throws:
IOException
-
unzip
- Throws:
IOException
-
getChecksum
- Throws:
IOException
-