-
- All Implemented Interfaces:
-
ca.nexapp.lambdas.contexts.env.LambdaEnvLoader
public final class MultipleEnvLoaders implements LambdaEnvLoader
Chains multiple EnvLoader together (fallbacks) if the requested variable is not present
-
-
Constructor Summary
Constructors Constructor Description MultipleEnvLoaders(List<LambdaEnvLoader> loaders)
-
Method Summary
-
-
Constructor Detail
-
MultipleEnvLoaders
MultipleEnvLoaders(List<LambdaEnvLoader> loaders)
-
-
-
-