com.jeantessier.diff
Class DocumentableDifferences

java.lang.Object
  |
  +--com.jeantessier.diff.DecoratorDifferences
        |
        +--com.jeantessier.diff.DocumentableDifferences
All Implemented Interfaces:
Differences

public class DocumentableDifferences
extends DecoratorDifferences

Documents the difference, if any, for a given programming element that can be deprecated through the use of javadoc tags.


Method Summary
 void Accept(Visitor visitor)
           
 boolean IsEmpty()
           
 boolean NewDocumentation()
           
 void NewDocumentation(boolean new_documentation)
           
 boolean RemovedDocumentation()
           
 void RemovedDocumentation(boolean removed_documentation)
           
 
Methods inherited from class com.jeantessier.diff.DecoratorDifferences
Component, LeafComponent, Name, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

NewDocumentation

public boolean NewDocumentation()

NewDocumentation

public void NewDocumentation(boolean new_documentation)

RemovedDocumentation

public boolean RemovedDocumentation()

RemovedDocumentation

public void RemovedDocumentation(boolean removed_documentation)

IsEmpty

public boolean IsEmpty()

Accept

public void Accept(Visitor visitor)