Class DirectoriesZipper
java.lang.Object
org.apache.commons.io.DirectoryWalker<Object>
org.jvnet.hudson.plugins.thinbackup.backup.DirectoriesZipper
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker
org.apache.commons.io.DirectoryWalker.CancelException
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
protected void
handleFile
(File file, int depth, Collection<Object> results) Methods inherited from class org.apache.commons.io.DirectoryWalker
checkIfCancelled, filterDirectoryContents, handleCancelled, handleDirectory, handleDirectoryEnd, handleDirectoryStart, handleEnd, handleIsCancelled, handleRestricted, handleStart, walk
-
Field Details
-
BUFFER_SIZE
public static final int BUFFER_SIZE- See Also:
-
-
Constructor Details
-
DirectoriesZipper
- Throws:
IOException
-
-
Method Details
-
addToZip
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
handleFile
- Overrides:
handleFile
in classorg.apache.commons.io.DirectoryWalker<Object>
-