|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.io.DirectoryWalker
org.jvnet.hudson.plugins.thinbackup.backup.DirectoriesZipper
public class DirectoriesZipper
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker |
|---|
org.apache.commons.io.DirectoryWalker.CancelException |
| Field Summary | |
|---|---|
static int |
BUFFER_SIZE
|
| Constructor Summary | |
|---|---|
DirectoriesZipper(File zipFile)
|
|
| Method Summary | |
|---|---|
void |
addToZip(File directory)
|
void |
close()
|
protected void |
handleFile(File file,
int depth,
Collection results)
|
| Methods inherited from class org.apache.commons.io.DirectoryWalker |
|---|
checkIfCancelled, handleCancelled, handleDirectory, handleDirectoryEnd, handleDirectoryStart, handleEnd, handleIsCancelled, handleRestricted, handleStart, walk |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BUFFER_SIZE
| Constructor Detail |
|---|
public DirectoriesZipper(File zipFile)
throws IOException
IOException| Method Detail |
|---|
public void addToZip(File directory)
throws IOException
IOException
public void close()
throws IOException
close in interface CloseableIOException
protected void handleFile(File file,
int depth,
Collection results)
handleFile in class org.apache.commons.io.DirectoryWalker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||