Package org.hotswap.agent.watch
Interface WatchFileEvent
-
- All Known Implementing Classes:
HotswapWatchFileEvent
public interface WatchFileEventAn event on filesystem.- Author:
- Jiri Bubnik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileEventgetEventType()URIgetURI()URI to file or directory with the eventbooleanisDirectory()URI is a directory.booleanisFile()URI is a file.
-