public static class RestoreInfo.RestoreRawInput
extends java.lang.Object
Constructor and Description |
---|
RestoreRawInput(FenceEventInfo fenceEventInfo,
java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
FenceEventInfo |
fenceEventInfo() |
java.nio.file.Path |
path() |
static java.util.List<RestoreInfo.RestoreRawInput> |
readJsonFromFile(java.nio.file.Path inputJsonFile) |
java.lang.String |
toString() |
static void |
writeJsonToFile(java.util.List<RestoreInfo.RestoreRawInput> outputList,
java.io.OutputStream outputStream) |
public RestoreRawInput(FenceEventInfo fenceEventInfo, java.nio.file.Path path)
public FenceEventInfo fenceEventInfo()
public java.nio.file.Path path()
public java.lang.String toString()
toString
in class java.lang.Object
public static void writeJsonToFile(java.util.List<RestoreInfo.RestoreRawInput> outputList, java.io.OutputStream outputStream) throws java.io.IOException
java.io.IOException
public static java.util.List<RestoreInfo.RestoreRawInput> readJsonFromFile(java.nio.file.Path inputJsonFile) throws java.io.IOException
java.io.IOException