com.solab.alarms.util
Class Utils
java.lang.Object
com.solab.alarms.util.Utils
public class Utils
- extends Object
A class containing some utility functions.
- Author:
- Enrique Zamudio
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
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.