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 void
addAsFileToWatch
(URL url) void
addToWatchList
(URL url) boolean
void
clear()
(package private) File
convertToFile
(URL url) void
setMainURL
(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
-