ch.qos.logback.core.joran.util
Class ConfigurationWatchListUtil

java.lang.Object
  extended by ch.qos.logback.core.joran.util.ConfigurationWatchListUtil

public class ConfigurationWatchListUtil
extends java.lang.Object

Author:
Ceki Gücü

Method Summary
static void addToWatchList(Context context, java.net.URL url)
           
static ConfigurationWatchList getConfigurationWatchList(Context context)
           
static void setMainWatchURL(Context context, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMainWatchURL

public static void setMainWatchURL(Context context,
                                   java.net.URL url)

addToWatchList

public static void addToWatchList(Context context,
                                  java.net.URL url)

getConfigurationWatchList

public static ConfigurationWatchList getConfigurationWatchList(Context context)