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.BuilderEFileNotification. builder()Returns anEFileNotificationmessage builder.EFileNotification.BuilderEFileNotification.Builder. eventType(EFileNotification.EventType type)Sets the detected file event type.EFileNotification.BuilderEFileNotification.Builder. file(java.io.File file)Sets the file associated with the notification.EFileNotification.BuilderEFileNotification.Builder. lastModified(long timestamp)Sets the event timestamp.EFileNotification.BuilderEFileNotification.Builder. length(long length)Sets the file length.
-