org.apache.felix.scrplugin.helper
Class StringUtils
java.lang.Object
org.apache.felix.scrplugin.helper.StringUtils
public class StringUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtils
public StringUtils()
split
public static String[] split(String value,
String sep)
isEmpty
public static boolean isEmpty(String string)
leftPad
public static String leftPad(String base,
int width,
String pad)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.