org.goetz.domino.log4j.config
Class ConfigFileWatcher

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.goetz.domino.log4j.config.FileWatcher
          extended byorg.goetz.domino.log4j.config.ConfigFileWatcher
All Implemented Interfaces:
java.lang.Runnable

public class ConfigFileWatcher
extends FileWatcher

This class

Author:
Bernd G?tz TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ConfigFileWatcher(java.io.File file)
          Constructor.
 
Method Summary
protected  void onChange(java.io.File f)
          Called only when the file changed.
 
Methods inherited from class org.goetz.domino.log4j.config.FileWatcher
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

ConfigFileWatcher

public ConfigFileWatcher(java.io.File file)
Constructor.

Parameters:
file - file to check for changes.
Method Detail

onChange

protected void onChange(java.io.File f)
Description copied from class: FileWatcher
Called only when the file changed.

Specified by:
onChange in class FileWatcher
Parameters:
f - referred file.


Copyright © -2008 . All Rights Reserved.