Class ResourceUtils
java.lang.Object
de.esoco.gwt.gradle.util.ResourceUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic Filestatic Filestatic Filestatic voidcopyDirectory(File source, File target) static booleandeleteDirectory(File directory) static Filestatic File
-
Method Details
-
ensureDir
-
ensureDir
-
copy
- Throws:
IOException
-
copy
public static File copy(String resourcePath, File targetDir, String targetName, Map<String, String> model) throws IOException- Throws:
IOException
-
copy
public static File copy(String resourcePath, File target, Map<String, String> model) throws IOException- Throws:
IOException
-
copyDirectory
- Throws:
IOException
-
copy
- Throws:
IOException
-
deleteDirectory
-