Package 

Interface LambdaEnvLoader

  • All Implemented Interfaces:

    
    public interface LambdaEnvLoader
    
                        

    Simple environment loading class

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String load(String env) Loads a required environment variable
      String tryLoad(String env) Loads an optional environment variable
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • load

         abstract String load(String env)

        Loads a required environment variable

        Parameters:
        env - Variable name
      • tryLoad

         String tryLoad(String env)

        Loads an optional environment variable

        Parameters:
        env - Variable name