Uses of Interface
org.spincast.plugins.hotswap.fileswatcher.HotSwapFilesModificationsListener
Packages that use HotSwapFilesModificationsListener
-
Uses of HotSwapFilesModificationsListener in org.spincast.plugins.hotswap.fileswatcher
Methods in org.spincast.plugins.hotswap.fileswatcher that return types with arguments of type HotSwapFilesModificationsListenerModifier and TypeMethodDescriptionprotected Map<String,Set<HotSwapFilesModificationsListener>> HotSwapFilesModificationsWatcherDefault.getListenersByDirAbsolutePaths()protected Map<WatchKey,Set<HotSwapFilesModificationsListener>> HotSwapFilesModificationsWatcherDefault.getListenersByWatchKey()Methods in org.spincast.plugins.hotswap.fileswatcher with parameters of type HotSwapFilesModificationsListenerModifier and TypeMethodDescriptionprotected booleanHotSwapFilesModificationsWatcherDefault.modifiedFileMatchs(File modifiedFile, HotSwapFilesModificationsListener listener) voidHotSwapFilesModificationsWatcher.registerListener(HotSwapFilesModificationsListener listener) Add a new listener for modifications to file(s) to watch.voidHotSwapFilesModificationsWatcherDefault.registerListener(HotSwapFilesModificationsListener listener) voidHotSwapFilesModificationsWatcher.removeListener(HotSwapFilesModificationsListener listener) Removes a file modifications listener.voidHotSwapFilesModificationsWatcherDefault.removeListener(HotSwapFilesModificationsListener listener) Constructor parameters in org.spincast.plugins.hotswap.fileswatcher with type arguments of type HotSwapFilesModificationsListenerModifierConstructorDescriptionHotSwapFilesModificationsWatcherDefault(Set<HotSwapFilesModificationsListener> boundListeners)