Interface ReloadingDetectorFactory

    • Method Detail

      • createReloadingDetector

        ReloadingDetector createReloadingDetector​(FileHandler handler,
                                                  FileBasedBuilderParametersImpl params)
                                           throws ConfigurationException
        Creates a new ReloadingDetector object based on the passed in parameters. The FileHandler points to the file to be monitored. (It may be different from the FileHandler managed by the parameters object.) The FileBasedBuilderParametersImpl object may contain additional information for configuring the detector, e.g. a refresh delay.
        Parameters:
        handler - the handler of the file to be monitored
        params - parameters related to file-based configurations
        Returns:
        the newly created ReloadingDetector
        Throws:
        ConfigurationException - if an error occurs