Uses of Interface
cdc.issues.io.SnapshotData
-
Packages that use SnapshotData Package Description cdc.issues.checks cdc.issues.io -
-
Uses of SnapshotData in cdc.issues.checks
Classes in cdc.issues.checks that implement SnapshotData Modifier and Type Class Description classSnapshotManagerInterface used to build a snapshot and associated data. -
Uses of SnapshotData in cdc.issues.io
Methods in cdc.issues.io with parameters of type SnapshotData Modifier and Type Method Description voidIssuesStreamWriter. add(SnapshotData snapshot)Invoked to generate snapshot data.voidIssuesWriter. save(SnapshotData synthesis, IssuesAndAnswers issuesAndAnswers, OutSettings settings, cdc.util.events.ProgressController controller)Saves snapshot data, a list of issues and associated answers.voidIssuesWriter. save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, cdc.util.events.ProgressController controller)Saves snapshot data and a list of issues.static voidIssuesWriter. save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves snapshot data and a list of issues to a file.
-