public abstract class AbstractJsonFile extends Object
| Constructor and Description |
|---|
AbstractJsonFile() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.json.simple.JSONObject |
getJsonObject() |
void |
writeToFile(File jsonFile) |
protected abstract org.json.simple.JSONObject getJsonObject()
public void writeToFile(File jsonFile) throws IOException
jsonFile - File to write JSON data toIOExceptionCopyright © 2018 Linux Foundation. All Rights Reserved.