Class ConfigurationPropertyChecker
- java.lang.Object
-
- org.hibernate.search.engine.cfg.spi.ConfigurationPropertyChecker
-
public final class ConfigurationPropertyChecker extends Object
A utility that checks usage of property keys by wrapping aConfigurationPropertySourceand requiring special hooks to be called before and after bootstrap.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterBoot(ConfigurationPropertyChecker firstPhaseChecker)voidbeforeBoot()static ConfigurationPropertyCheckercreate()ConfigurationPropertySourcewrap(AllAwareConfigurationPropertySource source)
-
-
-
Method Detail
-
create
public static ConfigurationPropertyChecker create()
-
wrap
public ConfigurationPropertySource wrap(AllAwareConfigurationPropertySource source)
-
beforeBoot
public void beforeBoot()
-
afterBoot
public void afterBoot(ConfigurationPropertyChecker firstPhaseChecker)
-
-