|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.VFSTool
public class VFSTool
A VFS-based file management tool. Primarily designed to facilitate updates from one VFS to another.
| Constructor Summary | |
|---|---|
VFSTool(VFS source,
VFS destination)
|
|
VFSTool(VFS source,
VFS destination,
ActivityProgress progress)
|
|
| Method Summary | |
|---|---|
void |
copy(java.lang.String path)
|
void |
copy(java.lang.String sourcePath,
java.lang.String destPath,
int progressLevel)
|
void |
copyRecursive(java.lang.String path)
Copies an entire directory recursively from one VFS to another. |
void |
copyRecursive(java.lang.String path,
int progressLevel)
Copies an entire directory recursively from one VFS to another. |
void |
copyRecursive(java.lang.String sourcePath,
java.lang.String destPath)
Copies an entire directory recursively from one VFS to another. |
void |
copyRecursive(java.lang.String sourcePath,
java.lang.String destPath,
int progressLevel)
|
VFS |
getDestination()
|
VFS |
getSource()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VFSTool(VFS source,
VFS destination)
public VFSTool(VFS source,
VFS destination,
ActivityProgress progress)
| Method Detail |
|---|
public void copyRecursive(java.lang.String path)
throws java.io.IOException
java.io.IOException
public void copyRecursive(java.lang.String path,
int progressLevel)
throws java.io.IOException
java.io.IOException
public void copyRecursive(java.lang.String sourcePath,
java.lang.String destPath)
throws java.io.IOException
java.io.IOException
public void copyRecursive(java.lang.String sourcePath,
java.lang.String destPath,
int progressLevel)
throws java.io.IOException
java.io.IOException
public void copy(java.lang.String path)
throws java.io.IOException
java.io.IOException
public void copy(java.lang.String sourcePath,
java.lang.String destPath,
int progressLevel)
throws java.io.IOException
java.io.IOExceptionpublic VFS getSource()
public VFS getDestination()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||