Package 

Class MultipleEnvLoaders

  • 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String load(String env) Loads a required environment variable
      • Methods inherited from class ca.nexapp.lambdas.contexts.env.MultipleEnvLoaders

        tryLoad
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • load

         String load(String env)

        Loads a required environment variable

        Parameters:
        env - Variable name