com.jeantessier.dependencyfinder.cli
Class ListDiffPrinter

java.lang.Object
  |
  +--com.jeantessier.dependencyfinder.cli.ListDiffPrinter

public class ListDiffPrinter
extends java.lang.Object


Field Summary
static boolean DEFAULT_COMPRESS
           
static java.lang.String DEFAULT_DTD_PREFIX
           
 
Constructor Summary
ListDiffPrinter()
           
ListDiffPrinter(boolean compress)
           
ListDiffPrinter(boolean compress, java.lang.String dtd_prefix)
           
ListDiffPrinter(java.lang.String default_dtd)
           
 
Method Summary
 void Add(java.lang.String line)
           
 void AddAll(java.util.Collection added)
           
 java.util.Collection Added()
           
protected  ListDiffPrinter Append(boolean b)
           
protected  ListDiffPrinter Append(char c)
           
protected  ListDiffPrinter Append(char[] str)
           
protected  ListDiffPrinter Append(char[] str, int offset, int len)
           
protected  ListDiffPrinter Append(double d)
           
protected  ListDiffPrinter Append(float f)
           
protected  ListDiffPrinter Append(int i)
           
protected  ListDiffPrinter Append(long l)
           
protected  ListDiffPrinter Append(java.lang.Object obj)
           
protected  ListDiffPrinter Append(java.lang.String str)
           
protected  ListDiffPrinter EOL()
           
protected  ListDiffPrinter Indent()
           
 java.lang.String IndentText()
           
 void IndentText(java.lang.String indent_text)
           
protected  void LowerIndent()
           
 java.lang.String Name()
           
 void Name(java.lang.String name)
           
 java.lang.String NewVersion()
           
 void NewVersion(java.lang.String new_version)
           
 java.lang.String OldVersion()
           
 void OldVersion(java.lang.String old_version)
           
protected  void RaiseIndent()
           
 void Remove(java.lang.String line)
           
 void RemoveAll(java.util.Collection removed)
           
 java.util.Collection Removed()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_COMPRESS

public static final boolean DEFAULT_COMPRESS

DEFAULT_DTD_PREFIX

public static final java.lang.String DEFAULT_DTD_PREFIX
Constructor Detail

ListDiffPrinter

public ListDiffPrinter()

ListDiffPrinter

public ListDiffPrinter(boolean compress)

ListDiffPrinter

public ListDiffPrinter(java.lang.String default_dtd)

ListDiffPrinter

public ListDiffPrinter(boolean compress,
                       java.lang.String dtd_prefix)
Method Detail

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