Module org.apache.logging.log4j
Package org.apache.logging.log4j.util
Interface ReloadablePropertySource
-
- All Known Implementing Classes:
EnvironmentPropertySource
,PropertiesPropertySource
,PropertyFilePropertySource
public interface ReloadablePropertySource
Some property sources need to perform work when and Environment.reload is performce.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reload()
-