public static class RestoreInfo.RestoreRawOutput extends Object
Constructor and Description |
---|
RestoreRawOutput(RestoreInfo.RestoreRawInput input,
String restore) |
Modifier and Type | Method and Description |
---|---|
RestoreInfo.RestoreRawInput |
input() |
static List<RestoreInfo.RestoreRawOutput> |
readJsonFromFile(Path inputJsonFile) |
String |
restore() |
String |
toString() |
static void |
writeJsonToFile(List<RestoreInfo.RestoreRawOutput> outputList,
OutputStream outputStream) |
public RestoreRawOutput(RestoreInfo.RestoreRawInput input, String restore)
public RestoreInfo.RestoreRawInput input()
public String restore()
public static void writeJsonToFile(List<RestoreInfo.RestoreRawOutput> outputList, OutputStream outputStream) throws IOException
IOException
public static List<RestoreInfo.RestoreRawOutput> readJsonFromFile(Path inputJsonFile) throws IOException
IOException