Package 

Class LocalEnvLoader

  • All Implemented Interfaces:
    ca.nexapp.lambdas.contexts.env.LambdaEnvLoader

    
    public final class LocalEnvLoader
     implements LambdaEnvLoader
                        

    Loads from the local environment variables

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalEnvLoader()
    • 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.LocalEnvLoader

        tryLoad
      • Methods inherited from class java.lang.Object

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

      • LocalEnvLoader

        LocalEnvLoader()
    • Method Detail

      • load

         String load(String env)

        Loads a required environment variable

        Parameters:
        env - Variable name