Class Indent
java.lang.Object
com.espertech.esper.common.internal.util.Indent
Utility class around indenting and formatting text.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Indent
public Indent()
-
-
Method Details
-
indent
Utility method to indent a text for a number of characters.- Parameters:
numChars
- is the number of character to indent with spaces- Returns:
- the formatted string
-