| Package | Description |
|---|---|
| visad.install |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Util.copyDirectory(ProgressMonitor progress,
java.io.File source,
java.io.File target) |
static boolean |
Util.copyDirectory(ProgressMonitor progress,
java.io.File source,
java.io.File target,
java.lang.String saveSuffix)
Copy files under the source directory to the target
directory.
|
static boolean |
Util.copyFile(ProgressMonitor progress,
java.io.File source,
java.io.File target) |
static boolean |
Util.copyFile(ProgressMonitor progress,
java.io.File source,
java.io.File target,
java.lang.String saveSuffix)
Copy the source file to target.
|
static boolean |
Util.copyJar(ProgressMonitor progress,
java.io.File source,
java.io.File target) |
static boolean |
Util.copyJar(ProgressMonitor progress,
java.io.File source,
java.io.File target,
java.lang.String saveSuffix)
Extract files from the source jar file to the target
directory.
|