org.faktorips.runtime.internal
Class StringUtils

java.lang.Object
  extended by org.faktorips.runtime.internal.StringUtils

Deprecated. This class is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use IpsStringUtils instead. It provides the same functionality.

@Deprecated
public class StringUtils
extends Object

A collection of utility methods for Strings. We don't use a class library like apache-commons here to minimize the dependencies for the generated code.


Field Summary
static String EMPTY
          Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the EMPTY constant of IpsStringUtils instead. It provides the same content.
 
Method Summary
static boolean isBlank(String s)
          Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isBlank(String s) method of IpsStringUtils instead. It has the same functionality.
static boolean isEmpty(String s)
          Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isEmpty(String s) method of IpsStringUtils instead. It has the same functionality.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

@Deprecated
public static final String EMPTY
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the EMPTY constant of IpsStringUtils instead. It provides the same content.
See Also:
Constant Field Values
Method Detail

isEmpty

@Deprecated
public static final boolean isEmpty(String s)
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isEmpty(String s) method of IpsStringUtils instead. It has the same functionality.


isBlank

@Deprecated
public static final boolean isBlank(String s)
Deprecated. This method is deprecated due to import collisions with the StringUtils.class of the apache.common.lang package. Use the isBlank(String s) method of IpsStringUtils instead. It has the same functionality.



Copyright © 2015. All rights reserved.