Class EnvironmentLogic


  • public class EnvironmentLogic
    extends java.lang.Object
    Logic to indicate environment configuration.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void service​(java.lang.String value, ServerHttpConnection connection)  
      • Methods inherited from class java.lang.Object

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

      • EnvironmentLogic

        public EnvironmentLogic()
    • Method Detail

      • service

        public void service​(@Property("name")
                            java.lang.String value,
                            ServerHttpConnection connection)
                     throws java.io.IOException
        Throws:
        java.io.IOException