Uses of Class
org.owasp.dependencycheck.utils.processing.Processor
-
Packages that use Processor Package Description org.owasp.dependencycheck.utils.processing Classes used to process the output of external calls. -
-
Uses of Processor in org.owasp.dependencycheck.utils.processing
Constructors in org.owasp.dependencycheck.utils.processing with parameters of type Processor Constructor Description ProcessReader(java.lang.Process process, Processor<java.io.InputStream> processor)
Creates a new reader for the given process.
-