MCPcopy Create free account
hub / github.com/apache/ant / zipDir

Method zipDir

src/main/org/apache/tools/ant/taskdefs/Zip.java:1649–1653  ·  view source on GitHub ↗

Add a directory to the zip stream. @param dir the directory to add to the archive @param zOut the stream to write to @param vPath the name this entry shall have in the archive @param mode the Unix permissions to set. @throws IOException on error @since Ant 1.5.2

(final File dir, final ZipOutputStream zOut, final String vPath,
                          final int mode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

addDirectoryResourceMethod · 0.95
addParentDirsMethod · 0.95
writeManifestMethod · 0.80

Calls 11

logWhenWritingMethod · 0.95
setSizeMethod · 0.95
setMethodMethod · 0.95
setUnixModeMethod · 0.95
setExtraFieldsMethod · 0.95
setTimeMethod · 0.80
getMethod · 0.65
putMethod · 0.65
isExistsMethod · 0.45
getLastModifiedMethod · 0.45
putNextEntryMethod · 0.45

Tested by

no test coverage detected