@NotThreadSafe
public class MixAuditJsonParser
extends java.lang.Object
| Constructor and Description |
|---|
MixAuditJsonParser(java.io.Reader reader)
Creates a MixAuditJsonParser from a Reader.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MixAuditResult> |
getResults()
Gets the list of results.
|
void |
process()
Process the input stream to create the list of dependencies.
|
public MixAuditJsonParser(java.io.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 java.util.List<MixAuditResult> getResults()
Copyright© 2012-21 Jeremy Long. All Rights Reserved.