Uses of Class
net.sf.eBusx.io.EFileNotification.Builder
-
Packages that use EFileNotification.Builder Package Description net.sf.eBusx.io This package provides the ability to monitor file/directory creation, modification, and deletion via thefile notification
. -
-
Uses of EFileNotification.Builder in net.sf.eBusx.io
Methods in net.sf.eBusx.io that return EFileNotification.Builder Modifier and Type Method Description static EFileNotification.Builder
EFileNotification. builder()
Returns anEFileNotification
message builder.EFileNotification.Builder
EFileNotification.Builder. eventType(EFileNotification.EventType type)
Sets the detected file event type.EFileNotification.Builder
EFileNotification.Builder. file(java.io.File file)
Sets the file associated with the notification.EFileNotification.Builder
EFileNotification.Builder. lastModified(long timestamp)
Sets the event timestamp.EFileNotification.Builder
EFileNotification.Builder. length(long length)
Sets the file length.
-