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