Package org.keycloak.common.util
Class EnvUtil
- java.lang.Object
- 
- org.keycloak.common.util.EnvUtil
 
- 
 public final class EnvUtil extends Object Replaces any ${} strings with their corresponding system property.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringreplace(String val)Replaces any ${} strings with their corresponding system property.
 
-