com.jeantessier.diff
Class DecoratorDifferences

java.lang.Object
  |
  +--com.jeantessier.diff.DecoratorDifferences
All Implemented Interfaces:
Differences
Direct Known Subclasses:
DeprecatableDifferences, DocumentableDifferences

public abstract class DecoratorDifferences
extends java.lang.Object
implements Differences

Extension point for adding data and/or behavior to nodes in the Differences hierarchy.


Method Summary
 Differences Component()
           
 Differences LeafComponent()
           
 java.lang.String Name()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.jeantessier.diff.Differences
Accept, IsEmpty
 

Method Detail

Component

public Differences Component()

LeafComponent

public Differences LeafComponent()

Name

public java.lang.String Name()
Specified by:
Name in interface Differences

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object