Package org.nuxeo.runtime.deploy
Class FileChangeNotifier
java.lang.Object
org.nuxeo.runtime.deploy.FileChangeNotifier
- Author:
- Bogdan Stefanescu
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(FileChangeListener listener) protected void
void
removeListener
(FileChangeListener listener) void
start()
void
start
(int startAfter, int interval) void
stop()
void
void
-
Constructor Details
-
FileChangeNotifier
public FileChangeNotifier()
-
-
Method Details
-
start
public void start(int startAfter, int interval) -
start
public void start() -
stop
public void stop() -
watch
- Throws:
IOException
-
watch
- Throws:
IOException
-
unwatch
- Throws:
IOException
-
unwatch
- Throws:
IOException
-
addListener
-
removeListener
-
fireNotification
-