Class EnvUtil


  • public final class EnvUtil
    extends Object
    Replaces any ${} strings with their corresponding system property.
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • replace

        public static String replace​(String val)
        Replaces any ${} strings with their corresponding system property.
        Parameters:
        val -
        Returns: