|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faktorips.runtime.internal.StringUtils
IpsStringUtils instead. It provides the same
functionality.
@Deprecated public class StringUtils
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 |
|---|
@Deprecated public static final String EMPTY
EMPTY constant of
IpsStringUtils instead. It provides the same content.| Method Detail |
|---|
@Deprecated public static final boolean isEmpty(String s)
isEmpty(String s) method of
IpsStringUtils instead. It has the same functionality.
@Deprecated public static final boolean isBlank(String s)
isBlank(String s) method of
IpsStringUtils instead. It has the same functionality.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||