-
public class ContainerEnvironment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ContainerEnvironment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final StringpropertyNameToEnvName(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 (_)
-
-
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 (_)
-
-
-