xades4j.utils
Class StringUtils

java.lang.Object
  extended by xades4j.utils.StringUtils

public class StringUtils
extends Object

Utility methods for strings.

Author:
Luís

Constructor Summary
StringUtils()
           
 
Method Summary
static boolean allNullOrEmptyStrings(String... srts)
           
static boolean differentStringsIfNotNullNorEmpty(String str1, String str2)
           
static boolean isNullOrEmptyString(String s)
           
 
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

isNullOrEmptyString

public static boolean isNullOrEmptyString(String s)

allNullOrEmptyStrings

public static boolean allNullOrEmptyStrings(String... srts)

differentStringsIfNotNullNorEmpty

public static boolean differentStringsIfNotNullNorEmpty(String str1,
                                                        String str2)


Copyright © 2012. All Rights Reserved.