com.jeantessier.diff
Class Printer
java.lang.Object
|
+--com.jeantessier.diff.VisitorBase
|
+--com.jeantessier.diff.Printer
- All Implemented Interfaces:
- Visitor
- Direct Known Subclasses:
- ClassReport, Report
- public abstract class Printer
- extends VisitorBase
Methods inherited from class com.jeantessier.diff.VisitorBase |
isDeprecated, isDocumented, isUndeprecated, isUndocumented, setDeprecated, setDocumented, setUndeprecated, setUndocumented, visitConstructorDifferences, visitDeprecatableDifferences, visitDocumentableDifferences, visitFieldDifferences, visitJarDifferences, visitMethodDifferences, visitPackageDifferences |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Printer
public Printer()
getIndentText
public java.lang.String getIndentText()
setIndentText
public void setIndentText(java.lang.String indentText)
append
protected Printer append(boolean b)
append
protected Printer append(char c)
append
protected Printer append(char[] str)
append
protected Printer append(char[] str,
int offset,
int len)
append
protected Printer append(double d)
append
protected Printer append(float f)
append
protected Printer append(int i)
append
protected Printer append(long l)
append
protected Printer append(java.lang.Object obj)
append
protected Printer append(java.lang.String str)
indent
protected Printer indent()
eol
protected Printer eol()
raiseIndent
protected void raiseIndent()
lowerIndent
protected void lowerIndent()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.