Interface ConfigSource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A provider for the external configuration.
-
Method Summary
Modifier and TypeMethodDescriptionget(URI uri, ClassLoader classloader) Returns aConfigthat provides the cache configurations.
-
Method Details
-
get
Returns aConfigthat provides the cache configurations.- Parameters:
uri- a uri that may assist in resolving the resourceclassloader- the classloader to load with- Returns:
- a configuration
-