Class ConfigurationWatchList

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

@Deprecated(since="2022-01-27") public class ConfigurationWatchList extends ContextAwareBase
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
  • Constructor Details

    • ConfigurationWatchList

      public ConfigurationWatchList()
      Deprecated.
  • Method Details

    • buildClone

      public ConfigurationWatchList buildClone()
      Deprecated.
    • clear

      public void clear()
      Deprecated.
    • setMainURL

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

      public void addToWatchList(URL url)
      Deprecated.
    • getMainURL

      public URL getMainURL()
      Deprecated.
    • getCopyOfFileWatchList

      public List<File> getCopyOfFileWatchList()
      Deprecated.
    • changeDetected

      public boolean changeDetected()
      Deprecated.