org.shept.util
Class StringUtilsExtended

java.lang.Object
  extended by org.springframework.util.StringUtils
      extended by org.shept.util.StringUtilsExtended

public abstract class StringUtilsExtended
extends org.springframework.util.StringUtils

Version:
$$Id: StringUtilsExtended.java 34 2010-08-20 16:46:49Z aha $$
Author:
Andi

Constructor Summary
StringUtilsExtended()
           
 
Method Summary
static boolean equalsIgnoreNulls(String s1, String s2)
           
static boolean equalsIgnoreNullsAndCase(String s1, String s2)
           
static String getReadAccessor(String name)
           
 
Methods inherited from class org.springframework.util.StringUtils
addStringToArray, applyRelativePath, arrayToCommaDelimitedString, arrayToDelimitedString, capitalize, cleanPath, collectionToCommaDelimitedString, collectionToDelimitedString, collectionToDelimitedString, commaDelimitedListToSet, commaDelimitedListToStringArray, concatenateStringArrays, containsWhitespace, containsWhitespace, countOccurrencesOf, delete, deleteAny, delimitedListToStringArray, delimitedListToStringArray, endsWithIgnoreCase, getFilename, getFilenameExtension, hasLength, hasLength, hasText, hasText, mergeStringArrays, parseLocaleString, pathEquals, quote, quoteIfString, removeDuplicateStrings, replace, sortStringArray, split, splitArrayElementsIntoProperties, splitArrayElementsIntoProperties, startsWithIgnoreCase, stripFilenameExtension, substringMatch, tokenizeToStringArray, tokenizeToStringArray, toLanguageTag, toStringArray, toStringArray, trimAllWhitespace, trimArrayElements, trimLeadingCharacter, trimLeadingWhitespace, trimTrailingCharacter, trimTrailingWhitespace, trimWhitespace, uncapitalize, unqualify, unqualify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtilsExtended

public StringUtilsExtended()
Method Detail

equalsIgnoreNulls

public static boolean equalsIgnoreNulls(String s1,
                                        String s2)

equalsIgnoreNullsAndCase

public static boolean equalsIgnoreNullsAndCase(String s1,
                                               String s2)

getReadAccessor

public static String getReadAccessor(String name)


Copyright © 2011. All Rights Reserved.