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

Method demuxOutput

src/main/org/apache/tools/ant/Project.java:1276–1285  ·  view source on GitHub ↗

Demultiplex output so that each task receives the appropriate messages. If the current thread is not currently executing a task, the message is logged directly. @param output Message to handle. Should not be null . @param isWarning Whether the text represents an warning ( true</cod

(final String output, final boolean isWarning)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

processBufferMethod · 0.80
handleOutputMethod · 0.80
handleErrorOutputMethod · 0.80

Calls 4

getThreadTaskMethod · 0.95
logMethod · 0.95
handleErrorOutputMethod · 0.95
handleOutputMethod · 0.95

Tested by

no test coverage detected