Package org.brijframework.util
Class WatchFactory
- java.lang.Object
-
- org.brijframework.util.WatchFactory
-
public class WatchFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description WatchFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WatchConfigfetch(File key)LinkedHashMap<File,WatchConfig>getCache()static WatchFactorygetFactory()voidregister(File dir, Object object, String method)voidregister(WatchConfig config)
-
-
-
Method Detail
-
getFactory
public static WatchFactory getFactory()
-
register
public void register(WatchConfig config)
-
fetch
public WatchConfig fetch(File key)
-
getCache
public LinkedHashMap<File,WatchConfig> getCache()
-
-