Class DefaultExternalValueFactory.MEnvLifecycleHandler

    • Field Detail

      • ENVIRONMENT_VARIABLES

        public static final java.lang.String ENVIRONMENT_VARIABLES
        See Also:
        Constant Field Values
    • Constructor Detail

      • MEnvLifecycleHandler

        public MEnvLifecycleHandler​(java.io.InputStream config)
                             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • instantiate

        public com.spencerwi.either.Either<java.lang.Exception,​Value> instantiate​(java.util.List<Value> args)
        Description copied from interface: IValueLifecycleHandler
        Creates an instance of the module based on the given arguments
        Parameters:
        args - the arguments to be used for the creation
        Returns:
        either an exception or the value just created