Uses of Enum Class
cool.scx.io.file.FileWatcher.ChangeEventType
Packages that use FileWatcher.ChangeEventType
-
Uses of FileWatcher.ChangeEventType in cool.scx.io.file
Subclasses with type arguments of type FileWatcher.ChangeEventType in cool.scx.io.fileMethods in cool.scx.io.file that return FileWatcher.ChangeEventTypeModifier and TypeMethodDescriptionstatic FileWatcher.ChangeEventTypeFileWatcher.ChangeEventType.of(WatchEvent.Kind<?> t) FileWatcher.ChangeEvent.type()Returns the value of thetyperecord component.static FileWatcher.ChangeEventTypeReturns the enum constant of this class with the specified name.static FileWatcher.ChangeEventType[]FileWatcher.ChangeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.io.file with parameters of type FileWatcher.ChangeEventTypeModifierConstructorDescriptionChangeEvent(Path target, FileWatcher.ChangeEventType type) Creates an instance of aChangeEventrecord class.