public final class DirectoryChangeEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectoryChangeEvent.EventType |
| Constructor and Description |
|---|
DirectoryChangeEvent(DirectoryChangeEvent.EventType eventType,
boolean isDirectory,
java.nio.file.Path path,
FileHash hash,
int count,
java.nio.file.Path rootPath) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
boolean |
equals(java.lang.Object o) |
DirectoryChangeEvent.EventType |
eventType() |
FileHash |
hash() |
int |
hashCode() |
boolean |
isDirectory() |
java.nio.file.Path |
path() |
java.nio.file.Path |
rootPath() |
java.lang.String |
toString() |
public DirectoryChangeEvent(DirectoryChangeEvent.EventType eventType, boolean isDirectory, java.nio.file.Path path, FileHash hash, int count, java.nio.file.Path rootPath)
public DirectoryChangeEvent.EventType eventType()
public java.nio.file.Path path()
public int count()
public java.nio.file.Path rootPath()
public boolean isDirectory()
public FileHash hash()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object