| Package | Description |
|---|---|
| org.gradle.api.internal.changedetection | |
| org.gradle.util |
| Modifier and Type | Method and Description |
|---|---|
FileCollectionSnapshot |
FileCollectionSnapshot.Diff.applyTo(FileCollectionSnapshot snapshot,
ChangeListener<FileCollectionSnapshot.Merge> listener)
Applies this diff to the given snapshot.
|
void |
FileCollectionSnapshot.changesSince(FileCollectionSnapshot oldSnapshot,
ChangeListener<File> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpChangeListener<T> |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
DiffUtil.diff(Map<K,V> newMap,
Map<K,V> oldMap,
ChangeListener<? super Map.Entry<K,V>> changeListener) |
static <T> void |
DiffUtil.diff(Set<T> newSet,
Set<T> oldSet,
ChangeListener<? super T> changeListener) |
Copyright © 2013. All rights reserved