Class ConfigurationWatchList

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.spi.ConfigurationWatchList
All Implemented Interfaces:
ContextAware

public class ConfigurationWatchList extends ContextAwareBase
Author:
Ceki Gülcü
  • Constructor Details

    • ConfigurationWatchList

      public ConfigurationWatchList()
  • Method Details

    • buildClone

      public ConfigurationWatchList buildClone()
    • clear

      public void clear()
    • setMainURL

      public void setMainURL(URL mainURL)
      The mainURL for the configuration file. Null values are allowed.
      Parameters:
      mainURL -
    • addToWatchList

      public void addToWatchList(URL url)
    • getMainURL

      public URL getMainURL()
    • getCopyOfFileWatchList

      public List<File> getCopyOfFileWatchList()
    • changeDetected

      public boolean changeDetected()