org.jboss.resteasy.skeleton.key
Class EnvUtil

java.lang.Object
  extended by org.jboss.resteasy.skeleton.key.EnvUtil

public class EnvUtil
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
EnvUtil()
           
 
Method Summary
static String replace(String val)
          Replaces any ${} strings with their corresponding environent variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvUtil

public EnvUtil()
Method Detail

replace

public static String replace(String val)
Replaces any ${} strings with their corresponding environent variable.

Parameters:
val -
Returns:


Copyright © 2013. All Rights Reserved.