org.infinispan.cli.util
Class Utils
java.lang.Object
org.infinispan.cli.util.Utils
public class Utils
- extends Object
Constructor Summary |
Utils()
|
Method Summary |
static String |
nullIfEmpty(String s)
Returns null if the parameter is null or empty, otherwise it returns it untouched |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
nullIfEmpty
public static String nullIfEmpty(String s)
- Returns null if the parameter is null or empty, otherwise it returns it untouched
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.