Package ch.qos.logback.core.joran.util
Class ConfigurationWatchListUtil
- java.lang.Object
-
- ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
-
public class ConfigurationWatchListUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToWatchList(Context context, URL url)static ConfigurationWatchListgetConfigurationWatchList(Context context)static URLgetMainWatchURL(Context context)static voidregisterConfigurationWatchList(Context context, ConfigurationWatchList cwl)static voidsetMainWatchURL(Context context, URL url)
-
-
-
Method Detail
-
registerConfigurationWatchList
public static void registerConfigurationWatchList(Context context, ConfigurationWatchList cwl)
-
getConfigurationWatchList
public static ConfigurationWatchList getConfigurationWatchList(Context context)
-
-