Object ContainerEnvironment.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String propertyNameToEnvName(String propertyName) Converts a property name into an environment variable name the way it will be found by the ICM-AS
      • convert to upper case

      • replace dots (.) by underscores (_)

      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • propertyNameToEnvName

         final String propertyNameToEnvName(String propertyName)

        Converts a property name into an environment variable name the way it will be found by the ICM-AS

        • convert to upper case

        • replace dots (.) by underscores (_)