Package ch.qos.logback.core.joran.util
Class ConfigurationWatchListUtil
- java.lang.Object
-
- ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
-
@Deprecated(since="2022-01-27") public class ConfigurationWatchListUtil extends java.lang.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidaddToWatchList(Context context, java.net.URL url)Deprecated.static ConfigurationWatchListgetConfigurationWatchList(Context context)Deprecated.static java.net.URLgetMainWatchURL(Context context)Deprecated.static voidregisterConfigurationWatchList(Context context, ConfigurationWatchList cwl)Deprecated.static voidsetMainWatchURL(Context context, java.net.URL url)Deprecated.
-
-
-
Method Detail
-
registerConfigurationWatchList
public static void registerConfigurationWatchList(Context context, ConfigurationWatchList cwl)
Deprecated.
-
setMainWatchURL
public static void setMainWatchURL(Context context, java.net.URL url)
Deprecated.
-
getMainWatchURL
public static java.net.URL getMainWatchURL(Context context)
Deprecated.
-
addToWatchList
public static void addToWatchList(Context context, java.net.URL url)
Deprecated.
-
getConfigurationWatchList
public static ConfigurationWatchList getConfigurationWatchList(Context context)
Deprecated.
-
-