org.camunda.bpm.engine.impl.util
Class StringUtil

java.lang.Object
  extended by org.camunda.bpm.engine.impl.util.StringUtil

public final class StringUtil
extends Object

Author:
Sebastian Menski

Constructor Summary
StringUtil()
           
 
Method Summary
static boolean isExpression(String text)
          Checks whether a String seams to be an expression or not
static String[] split(String text, String regex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtil

public StringUtil()
Method Detail

isExpression

public static boolean isExpression(String text)
Checks whether a String seams to be an expression or not

Parameters:
text - the text to check
Returns:
true if the text seams to be an expression false otherwise

split

public static String[] split(String text,
                             String regex)


Copyright © 2014 camunda services GmbH. All Rights Reserved.