Interface AllAwareConfigurationPropertySource
- All Superinterfaces:
ConfigurationPropertySource
A source of property values for Hibernate Search with knowledge of the full set of properties.
Implementations provide, on top of the usual key lookup, a way to retrieve all keys with a given prefix, which allows checking that all property keys were consumed, in particular.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.cfg.ConfigurationPropertySource
get, resolve, withFallback, withMask, withOverride, withPrefix
-
Method Details
-
resolveAll
-
fromMap
-
system
- Returns:
- A source containing the system properties (
System.getProperty(String)
).
-