Package org.infinispan.cli.util
Class Utils
- java.lang.Object
-
- org.infinispan.cli.util.Utils
-
public class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringnullIfEmpty(String s)Returns null if the parameter is null or empty, otherwise it returns it untouched
-