org.gudy.azureus2.core3.util
Class IndentWriter

java.lang.Object
  extended by org.gudy.azureus2.core3.util.IndentWriter

public class IndentWriter
extends Object


Constructor Summary
IndentWriter(PrintWriter _pw)
           
 
Method Summary
 void close()
           
 void exdent()
           
 String getTab()
           
 void indent()
           
 void println(String str)
           
 void setForce(boolean b)
           
 void setHTML(boolean _html)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndentWriter

public IndentWriter(PrintWriter _pw)
Method Detail

setHTML

public void setHTML(boolean _html)

println

public void println(String str)

indent

public void indent()

exdent

public void exdent()

getTab

public String getTab()

setForce

public void setForce(boolean b)

close

public void close()