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

Method writeIndexLikeList

src/main/org/apache/tools/ant/taskdefs/Jar.java:1021–1055  ·  view source on GitHub ↗

Writes the directory entries from the first and the filenames from the second list to the given writer, one entry per line. @param dirs a list of directories @param files a list of files @param writer the writer to write to @since Ant 1.6.2

(List<String> dirs, List<String> files,
                                            PrintWriter writer)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

createIndexListMethod · 0.95

Calls 4

sortMethod · 0.80
substringMethod · 0.80
lastIndexOfMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected