public final class ChangedFiles extends Object implements Iterable<ChangedFile>
FileChangeListener
,
ChangedFiles
Constructor and Description |
---|
ChangedFiles(File sourceDirectory,
Set<ChangedFile> files) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<ChangedFile> |
getFiles()
The files that have been changed.
|
File |
getSourceDirectory()
The source directory being watched.
|
int |
hashCode() |
Iterator<ChangedFile> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ChangedFiles(File sourceDirectory, Set<ChangedFile> files)
public File getSourceDirectory()
public Iterator<ChangedFile> iterator()
iterator
in interface Iterable<ChangedFile>
public Set<ChangedFile> getFiles()