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
@Deprecated(since="2022-01-27") public class ConfigurationWatchList extends ContextAwareBase
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationWatchList()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addToWatchList(java.net.URL url)
Deprecated.ConfigurationWatchList
buildClone()
Deprecated.boolean
changeDetected()
Deprecated.void
clear()
Deprecated.java.util.List<java.io.File>
getCopyOfFileWatchList()
Deprecated.java.net.URL
getMainURL()
Deprecated.void
setMainURL(java.net.URL mainURL)
Deprecated.The mainURL for the configuration file.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Method Detail
-
buildClone
public ConfigurationWatchList buildClone()
Deprecated.
-
clear
public void clear()
Deprecated.
-
setMainURL
public void setMainURL(java.net.URL mainURL)
Deprecated.The mainURL for the configuration file. Null values are allowed.- Parameters:
mainURL
-
-
addToWatchList
public void addToWatchList(java.net.URL url)
Deprecated.
-
getMainURL
public java.net.URL getMainURL()
Deprecated.
-
getCopyOfFileWatchList
public java.util.List<java.io.File> getCopyOfFileWatchList()
Deprecated.
-
changeDetected
public boolean changeDetected()
Deprecated.
-
-