|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.TimerTask org.goetz.domino.log4j.config.FileWatcher
Used to reload log4j configurations across different JVMs and class loaders.
Constructor Summary | |
FileWatcher(java.io.File file)
|
Method Summary | |
protected abstract void |
onChange(java.io.File file)
Called only when the file changed. |
void |
run()
|
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileWatcher(java.io.File file)
Method Detail |
public final void run()
protected abstract void onChange(java.io.File file)
file
- referred file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |