|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.substitution.engine.util.StringUtils
public class StringUtils
Utility class for String processing.
| Constructor Summary | |
|---|---|
StringUtils()
|
|
| Method Summary | |
|---|---|
static String |
increment(int indent)
Produces an increment String sized given the provided indent value |
static String |
increment(int indent,
String block)
Produces an increment String sized given the provided indent value |
static boolean |
isEmpty(String value)
Returns true if value is null or empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtils()
| Method Detail |
|---|
public static String increment(int indent)
indent - expected indentation
public static String increment(int indent,
String block)
indent - expected indentationblock - block of increment to be replicated
public static boolean isEmpty(String value)
true if value is null or empty.
value - tested String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||