com.solab.alarms.util
Class Utils

java.lang.Object
  extended by com.solab.alarms.util.Utils

public class Utils
extends Object

A class containing some utility functions.

Author:
Enrique Zamudio

Constructor Summary
Utils()
           
 
Method Summary
static String replaceAll(String var, String value, String string)
          Replaces all occurrences of var with value, inside the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

replaceAll

public static String replaceAll(String var,
                                String value,
                                String string)
Replaces all occurrences of var with value, inside the specified string.



Copyright © 2011 Java Mexico. All Rights Reserved.