XmlSnapshotService.Snapshot.Builder
API
XmlSnapshotService_Snapshot_Builder.java
interface Builder {
void includePath(String path) (1)
void includePathAndAnnotation(String path, String annotation) (2)
XmlSnapshotService.Snapshot build() (3)
}
1 | includePath(String)
Enrich the snapshot to include the state of these referenced objects |
2 | includePathAndAnnotation(String, String)
Ditto, but add an XML annotation attribute to the included element(s). |
3 | build()
Builds the Snapshot. |