Package org.nuxeo.runtime.deploy
Class FileChangeNotifier
java.lang.Object
org.nuxeo.runtime.deploy.FileChangeNotifier
- Author:
 - Bogdan Stefanescu
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(FileChangeListener listener) protected voidvoidremoveListener(FileChangeListener listener) voidstart()voidstart(int startAfter, int interval) voidstop()voidvoid 
- 
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
 
 -