| Package | Description |
|---|---|
| org.gradle.api.internal.changedetection |
| Modifier and Type | Method and Description |
|---|---|
FileCollectionSnapshot |
FileCollectionSnapshot.Diff.applyTo(FileCollectionSnapshot snapshot)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot |
FileCollectionSnapshot.Diff.applyTo(FileCollectionSnapshot snapshot,
ChangeListener<FileCollectionSnapshot.Merge> listener)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot |
OutputFilesSnapshotter.emptySnapshot() |
FileCollectionSnapshot |
FileSnapshotter.emptySnapshot()
Creates an empty snapshot, which changes can be later merged into.
|
FileCollectionSnapshot |
DefaultFileSnapshotter.emptySnapshot() |
FileCollectionSnapshot |
FileSnapshotRepository.get(Long id) |
FileCollectionSnapshot |
CacheBackedFileSnapshotRepository.get(Long id) |
abstract FileCollectionSnapshot |
TaskExecution.getInputFilesSnapshot() |
abstract FileCollectionSnapshot |
TaskExecution.getOutputFilesSnapshot() |
FileCollectionSnapshot |
OutputFilesSnapshotter.snapshot(FileCollection files) |
FileCollectionSnapshot |
FileSnapshotter.snapshot(FileCollection files)
Creates a snapshot of the contents of the given collection
|
FileCollectionSnapshot |
DefaultFileSnapshotter.snapshot(FileCollection sourceFiles) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FileSnapshotRepository.add(FileCollectionSnapshot snapshot) |
Long |
CacheBackedFileSnapshotRepository.add(FileCollectionSnapshot snapshot) |
FileCollectionSnapshot |
FileCollectionSnapshot.Diff.applyTo(FileCollectionSnapshot snapshot)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot |
FileCollectionSnapshot.Diff.applyTo(FileCollectionSnapshot snapshot,
ChangeListener<FileCollectionSnapshot.Merge> listener)
Applies this diff to the given snapshot.
|
FileCollectionSnapshot.Diff |
FileCollectionSnapshot.changesSince(FileCollectionSnapshot oldSnapshot) |
void |
FileCollectionSnapshot.changesSince(FileCollectionSnapshot oldSnapshot,
ChangeListener<File> listener) |
abstract void |
TaskExecution.setInputFilesSnapshot(FileCollectionSnapshot inputFilesSnapshot) |
abstract void |
TaskExecution.setOutputFilesSnapshot(FileCollectionSnapshot outputFilesSnapshot) |
Copyright © 2013. All rights reserved