Package 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
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddAsFileToWatch(URL url) voidaddToWatchList(URL url) booleanvoidclear()(package private) FileconvertToFile(URL url) voidsetMainURL(URL mainURL) The mainURL for the configuration file.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
mainURL
URL mainURL -
fileWatchList
-
lastModifiedList
-
-
Constructor Details
-
ConfigurationWatchList
public ConfigurationWatchList()
-
-
Method Details
-
buildClone
-
clear
public void clear() -
setMainURL
The mainURL for the configuration file. Null values are allowed.- Parameters:
mainURL-
-
addAsFileToWatch
-
addToWatchList
-
getMainURL
-
getCopyOfFileWatchList
-
changeDetected
public boolean changeDetected() -
convertToFile
-