Package org.owasp.dependencycheck.utils.processing
Classes used to process the output of external calls.
-
Class Summary Class Description Processor<T> Abstract class to create, in general, an input stream processor used to evaluate the output of an external process.ProcessReader Utility to read the output from a `Process` and places the output into provide storage containers.