Class ScanningDirectoryClassLoader

All Implemented Interfaces:
IConfigurationClassLoader, org.springframework.core.SmartClassLoader

public class ScanningDirectoryClassLoader extends DirectoryClassLoader
Actively scans the configuration directory for file changes. When it finds a file change it will automatically try to reload the configuration Has a default cooldown after a change has been detected before it can be triggered again.
Author:
Niels Meijer