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

Method runParallel

src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java:687–731  ·  view source on GitHub ↗

Run the command in "parallel" mode, making sure that at most maxParallel sourcefiles get passed on the command line. @param exe the Executable to use. @param fileNames the Vector of filenames. @param baseDirs the Vector of base directories corresponding to fileNames. @throws IOException on I/O erro

(Execute exe, Vector<String> fileNames,
                               Vector<File> baseDirs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runExecMethod · 0.95

Calls 10

getCommandlineMethod · 0.95
describeCommandMethod · 0.95
setupRedirectorMethod · 0.95
setCommandlineMethod · 0.80
setStreamHandlerMethod · 0.80
runExecuteMethod · 0.80
logMethod · 0.65
configureMethod · 0.65
sizeMethod · 0.65
createHandlerMethod · 0.45

Tested by

no test coverage detected