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 Object
Deprecated.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, URL url)Deprecated.static ConfigurationWatchListgetConfigurationWatchList(Context context)Deprecated.static URLgetMainWatchURL(Context context)Deprecated.static voidregisterConfigurationWatchList(Context context, ConfigurationWatchList cwl)Deprecated.static voidsetMainWatchURL(Context context, URL url)Deprecated.
-
-
-
Method Detail
-
registerConfigurationWatchList
public static void registerConfigurationWatchList(Context context, ConfigurationWatchList cwl)
Deprecated.
-
getConfigurationWatchList
public static ConfigurationWatchList getConfigurationWatchList(Context context)
Deprecated.
-
-