| java.lang.Object org.pentaho.util.StringUtil
StringUtil | public class StringUtil (Code) | | |
doesPathContainParentPathSegment | public static boolean doesPathContainParentPathSegment(String path)(Code) | | Does the path contain a path-segment that is "..".
Parameters: path - String boolean return true if path contains "..", else false. |
tokenStringToArray | public static String[] tokenStringToArray(String tokenizedString, String token)(Code) | | Tokenize a string and return a String Array of the values seperated by the passed in token.
Parameters: tokenizedString - The string to parse. If this is null, null will be returned. Parameters: token - The token used as a seperator. if this is null, the fill string will be returned in a 1 element array Array of Strings that were seperated by the token. |
|
|