Package org.jbpm.process.longrest.util
Class Strings
- java.lang.Object
-
- org.jbpm.process.longrest.util.Strings
-
public class Strings extends Object
-
-
Constructor Summary
Constructors Constructor Description Strings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEmpty(String string)static ObjectquoteString(Object o)static Map<String,String>toMap(String string)Parse string (key1=value1;key2=value2) to Map>.
-