com.jeantessier.diff
Class ListDiffPrinter
java.lang.Object
|
+--com.jeantessier.diff.ListDiffPrinter
- public class ListDiffPrinter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_COMPRESS
public static final boolean DEFAULT_COMPRESS
DEFAULT_DTD_PREFIX
public static final java.lang.String DEFAULT_DTD_PREFIX
ListDiffPrinter
public ListDiffPrinter()
ListDiffPrinter
public ListDiffPrinter(boolean compress)
ListDiffPrinter
public ListDiffPrinter(java.lang.String dtd_prefix)
ListDiffPrinter
public ListDiffPrinter(boolean compress,
java.lang.String dtd_prefix)
IndentText
public java.lang.String IndentText()
IndentText
public void IndentText(java.lang.String indent_text)
Name
public java.lang.String Name()
Name
public void Name(java.lang.String name)
OldVersion
public java.lang.String OldVersion()
OldVersion
public void OldVersion(java.lang.String old_version)
NewVersion
public java.lang.String NewVersion()
NewVersion
public void NewVersion(java.lang.String new_version)
Removed
public java.util.Collection Removed()
RemoveAll
public void RemoveAll(java.util.Collection removed)
Remove
public void Remove(java.lang.String line)
Added
public java.util.Collection Added()
AddAll
public void AddAll(java.util.Collection added)
Add
public void Add(java.lang.String line)
Append
protected ListDiffPrinter Append(boolean b)
Append
protected ListDiffPrinter Append(char c)
Append
protected ListDiffPrinter Append(char[] str)
Append
protected ListDiffPrinter Append(char[] str,
int offset,
int len)
Append
protected ListDiffPrinter Append(double d)
Append
protected ListDiffPrinter Append(float f)
Append
protected ListDiffPrinter Append(int i)
Append
protected ListDiffPrinter Append(long l)
Append
protected ListDiffPrinter Append(java.lang.Object obj)
Append
protected ListDiffPrinter Append(java.lang.String str)
Indent
protected ListDiffPrinter Indent()
EOL
protected ListDiffPrinter EOL()
RaiseIndent
protected void RaiseIndent()
LowerIndent
protected void LowerIndent()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object