public interface LockFileEvent extends FileEvent
FileEvent by additional information to the corresponding lock
file.| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLockFile()
Deprecated.
Use
Path.toFile() instead. |
java.net.URL |
getLockFileAsURL()
Deprecated.
Use
Path.toUri() instead. |
java.nio.file.attribute.BasicFileAttributes |
getLockFileAttributes()
Gets the basic file attributes of the lock file of this event.
|
java.nio.file.Path |
getLockPath()
Gets the path of the lock file of this event.
|
getAsURI, getAsURL, getFile, getFileAttributes, getLastModified, getName, getPathgetCreationTime, getEventManager, getEventType, getID, getSourceID, getSourceTypejava.nio.file.Path getLockPath()
java.nio.file.attribute.BasicFileAttributes getLockFileAttributes()
@Deprecated java.net.URL getLockFileAsURL()
Path.toUri() instead.@Deprecated java.io.File getLockFile()
Path.toFile() instead.