Uses of Class
net.sf.eBusx.io.EFileNotification.EventType
-
Packages that use EFileNotification.EventType 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.EventType in net.sf.eBusx.io
Fields in net.sf.eBusx.io declared as EFileNotification.EventType Modifier and Type Field Description EFileNotification.EventType
EFileNotification. eventType
This notification signifies that either the file or directory was created, modified, or deleted.Methods in net.sf.eBusx.io that return EFileNotification.EventType Modifier and Type Method Description static EFileNotification.EventType
EFileNotification.EventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EFileNotification.EventType[]
EFileNotification.EventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBusx.io with parameters of type EFileNotification.EventType Modifier and Type Method Description EFileNotification.Builder
EFileNotification.Builder. eventType(EFileNotification.EventType type)
Sets the detected file event type.
-