com.eu.miscedautils.CommonUtils
Class Indentation

java.lang.Object
  extended by com.eu.miscedautils.CommonUtils.Indentation

public class Indentation
extends java.lang.Object


Constructor Summary
Indentation()
           
 
Method Summary
static void decreaseIndent()
           
static void increaseIndent()
           
static java.lang.String indent()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indentation

public Indentation()
Method Detail

reset

public static void reset()

increaseIndent

public static void increaseIndent()

decreaseIndent

public static void decreaseIndent()

indent

public static java.lang.String indent()