Interface LockFileEvent
- All Known Implementing Classes:
LockFileEventImpl
This event extends
FileEvent by additional information to the corresponding lock
file.-
Method Summary
Modifier and TypeMethodDescriptionGets the basic file attributes of the lock file of this event.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, getSourceTypeMethods inherited from interface de.aristaflow.adept2.model.events.FileEvent
getFileAttributes, getPath
-
Method Details
-
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.
-