Uses of Class
org.seedstack.maven.watcher.FileEvent.Kind
-
Packages that use FileEvent.Kind Package Description org.seedstack.maven.watcher -
-
Uses of FileEvent.Kind in org.seedstack.maven.watcher
Methods in org.seedstack.maven.watcher that return FileEvent.Kind Modifier and Type Method Description FileEvent.KindFileEvent. getKind()static FileEvent.KindFileEvent.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static FileEvent.Kind[]FileEvent.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.seedstack.maven.watcher with parameters of type FileEvent.Kind Constructor Description FileEvent(FileEvent.Kind kind, File file)
-