Interface LockFileEvent
-
- All Known Implementing Classes:
LockFileEventImpl
public interface LockFileEvent extends FileEvent
This event extendsFileEvent
by additional information to the corresponding lock file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicFileAttributes
getLockFileAttributes()
Gets the basic file attributes of the lock file of this event.Path
getLockPath()
Gets the path of the lock file of this event.-
Methods inherited from interface de.aristaflow.adept2.model.events.Event
getCreationTime, getEventManager, getEventType, getID, getSourceID, getSourceType
-
Methods inherited from interface de.aristaflow.adept2.model.events.FileEvent
getFileAttributes, getPath
-
-
-
-
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.
-
-