java.lang.Object
ch.qos.logback.core.joran.util.ConfigurationWatchListUtil
- Author:
- Ceki Gülcü
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddToWatchList(Context context, URL url) static voidaddToWatchList(Context context, URL url, boolean createCWL) static ConfigurationWatchListgetConfigurationWatchList(Context context) static URLgetMainWatchURL(Context context) static voidregisterConfigurationWatchList(Context context, ConfigurationWatchList cwl) static voidsetMainWatchURL(Context context, URL url) static booleanwatchPredicateFulfilled(Context context) Returns true if there are watchable files, false otherwise.
-
Method Details
-
registerConfigurationWatchList
-
setMainWatchURL
-
watchPredicateFulfilled
Returns true if there are watchable files, false otherwise.- Returns:
- true if there are watchable files, false otherwise.
- Since:
- 1.5.8
-
getMainWatchURL
-
addToWatchList
-
addToWatchList
-
getConfigurationWatchList
-