Uses of Interface
cdc.issues.Snapshot
-
Packages that use Snapshot Package Description cdc.issues cdc.issues.answers cdc.issues.io -
-
Uses of Snapshot in cdc.issues
Methods in cdc.issues that return types with arguments of type Snapshot Modifier and Type Method Description List<? extends Snapshot>Project. getSnapshots() -
Uses of Snapshot in cdc.issues.answers
Constructors in cdc.issues.answers with parameters of type Snapshot Constructor Description SnapshotIssuesAndAnswers(Snapshot snapshot) -
Uses of Snapshot in cdc.issues.io
Methods in cdc.issues.io with parameters of type Snapshot Modifier and Type Method Description voidIssuesWriter. save(Snapshot snapshot, OutSettings settings, cdc.util.events.ProgressController controller)Saves a project and snapshot to a file.static voidIssuesWriter. save(Snapshot snapshot, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features)Saves a project and snapshot to a file.
-