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.
@FunctionalInterface public interface ConfigSource
A provider for the external configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configget(URI uri, ClassLoader classloader)Returns aConfigthat provides the cache configurations.
-
-
-
Method Detail
-
get
Config get(URI uri, ClassLoader classloader)
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
-
-