public interface FileSnapshotter
| Modifier and Type | Method and Description |
|---|---|
FileCollectionSnapshot |
emptySnapshot()
Creates an empty snapshot, which changes can be later merged into.
|
FileCollectionSnapshot |
snapshot(FileCollection files)
Creates a snapshot of the contents of the given collection
|
FileCollectionSnapshot emptySnapshot()
FileCollectionSnapshot snapshot(FileCollection files)
files - The files to snapshotCopyright © 2013. All rights reserved