Class XmlSnapshotStatusReader
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.xml.XmlSnapshotStatusReader
-
public class XmlSnapshotStatusReader extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlSnapshotStatusReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<SnapshotStatus>
readMany(XmlReader reader)
static SnapshotStatus
readOne(XmlReader reader)
-
-
-
Method Detail
-
readOne
public static SnapshotStatus readOne(XmlReader reader)
-
readMany
public static List<SnapshotStatus> readMany(XmlReader reader)
-
-