public final class JsonResultParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection |
parse(File resultFile)
Parser for Prism JSON output
|
public static Collection parse(File resultFile) throws FileNotFoundException, UnsupportedEncodingException
resultFile - File to be parsedFileNotFoundException - throwed if resultFile is not foundUnsupportedEncodingException - throwed if resultFile is not JSON compliantCopyright © 2016–2017. All rights reserved.