public class OutputFilesSnapshotter extends Object implements FileSnapshotter
| Constructor and Description |
|---|
OutputFilesSnapshotter(FileSnapshotter snapshotter,
IdGenerator<Long> idGenerator,
TaskArtifactStateCacheAccess cacheAccess) |
| 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
|
public OutputFilesSnapshotter(FileSnapshotter snapshotter, IdGenerator<Long> idGenerator, TaskArtifactStateCacheAccess cacheAccess)
public FileCollectionSnapshot emptySnapshot()
FileSnapshotteremptySnapshot in interface FileSnapshotterpublic FileCollectionSnapshot snapshot(FileCollection files)
FileSnapshottersnapshot in interface FileSnapshotterfiles - The files to snapshotCopyright © 2013. All rights reserved