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

Method addParentDirs

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

Ensure all parent dirs of a given entry have been added. @param baseDir the base directory to use (may be null) @param entry the entry name to create directories from @param zOut the stream to write to @param prefix a prefix to place on the created entries @param dirMode the directory mode @th

(final File baseDir, final String entry,
                                       final ZipOutputStream zOut, final String prefix,
                                       final int dirMode)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

addResourcesMethod · 0.95
addDirectoryResourceMethod · 0.95

Calls 7

zipDirMethod · 0.95
lastIndexOfMethod · 0.80
substringMethod · 0.80
pushMethod · 0.80
getMethod · 0.65
isEmptyMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected