@NotThreadSafe public class MixAuditJsonParser extends Object
| Constructor and Description |
|---|
MixAuditJsonParser(Reader reader)
Creates a MixAuditJsonParser from a Reader.
|
| Modifier and Type | Method and Description |
|---|---|
List<MixAuditResult> |
getResults()
Gets the list of results.
|
void |
process()
Process the input stream to create the list of dependencies.
|
public MixAuditJsonParser(Reader reader)
reader - - the java.io.Reader to read the json character stream frompublic void process()
throws AnalysisException
AnalysisException - thrown when there is an error parsing the
results of `mix_audit --format json`public List<MixAuditResult> getResults()
Copyright © 2012–2020 OWASP. All rights reserved.