net.esper.util
Class Indent

java.lang.Object
  extended by net.esper.util.Indent

public class Indent
extends Object

Utility class around indenting and formatting text.


Constructor Summary
Indent()
           
 
Method Summary
static String indent(int numChars)
          Utility method to indent a text for a number of characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indent

public Indent()
Method Detail

indent

public static String indent(int numChars)
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