org.mule.module.launcher
Class AbstractFileWatcher

java.lang.Object
  extended by org.mule.module.launcher.AbstractFileWatcher
All Implemented Interfaces:
Runnable

public abstract class AbstractFileWatcher
extends Object
implements Runnable


Field Summary
protected  Log logger
           
 
Constructor Summary
AbstractFileWatcher(Collection<File> files)
           
AbstractFileWatcher(File file)
           
 
Method Summary
protected abstract  void onChange(File file)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Log logger
Constructor Detail

AbstractFileWatcher

public AbstractFileWatcher(File file)

AbstractFileWatcher

public AbstractFileWatcher(Collection<File> files)
Method Detail

run

public final void run()
Specified by:
run in interface Runnable

onChange

protected abstract void onChange(File file)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.