ch.qos.logback.core.joran.spi
Class ConfigurationWatchList
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.spi.ConfigurationWatchList
- All Implemented Interfaces:
- ContextAware
public class ConfigurationWatchList
- extends ContextAwareBase
- Author:
- Ceki Gücü
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationWatchList
public ConfigurationWatchList()
clear
public void clear()
setMainURL
public void setMainURL(URL mainURL)
- The mainURL for the configuration file. Null values are allowed.
- Parameters:
mainURL
-
addToWatchList
public void addToWatchList(URL url)
getMainURL
public URL getMainURL()
getCopyOfFileWatchList
public List<File> getCopyOfFileWatchList()
changeDetected
public boolean changeDetected()
Copyright © 2005-2011 QOS.ch. All Rights Reserved.