Package 

Object ContainerEnvironment.Companion

    • 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
    • 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 (_)