org.apache.felix.scrplugin.helper
Class StringUtils

java.lang.Object
  extended by org.apache.felix.scrplugin.helper.StringUtils

public class StringUtils
extends Object


Constructor Summary
StringUtils()
           
 
Method Summary
static boolean isEmpty(String string)
           
static String leftPad(String base, int width, String pad)
           
static String[] split(String value, String sep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

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 © 2011 Apache Software Foundation. All Rights Reserved.