Interface LockFileEvent

  • All Superinterfaces:
    Event, FileEvent
    All Known Implementing Classes:
    LockFileEventImpl

    public interface LockFileEvent
    extends FileEvent
    This event extends FileEvent by additional information to the corresponding lock file.
    • Method Detail

      • getLockPath

        Path getLockPath()
        Gets the path of the lock file of this event.
        Returns:
        The path of the lock file of this event.
      • getLockFileAttributes

        BasicFileAttributes getLockFileAttributes()
        Gets the basic file attributes of the lock file of this event.
        Returns:
        The basic file attributes of the path of the lock file of this event.