Uses of Class
com.helger.commons.io.watchdir.EWatchDirAction
-
Packages that use EWatchDirAction Package Description com.helger.commons.io.watchdir -
-
Uses of EWatchDirAction in com.helger.commons.io.watchdir
Methods in com.helger.commons.io.watchdir that return EWatchDirAction Modifier and Type Method Description static EWatchDirActionEWatchDirAction. getFromIDOrNull(String sID)static EWatchDirActionEWatchDirAction. valueOf(String name)Returns the enum constant of this type with the specified name.static EWatchDirAction[]EWatchDirAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.io.watchdir with parameters of type EWatchDirAction Modifier and Type Method Description voidIWatchDirCallback. onAction(EWatchDirAction eAction, Path aPath)Generic callback method
-