com.jeantessier.diff
Class DeprecatableDifferences

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

public class DeprecatableDifferences
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 isNewDeprecation()
           
 boolean isRemovedDeprecation()
           
 void setNewDeprecation(boolean newDeprecation)
           
 void setRemovedDeprecation(boolean removedDeprecation)
           
 
Methods inherited from class com.jeantessier.diff.DecoratorDifferences
getComponent, getLeafComponent, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isNewDeprecation

public boolean isNewDeprecation()

setNewDeprecation

public void setNewDeprecation(boolean newDeprecation)

isRemovedDeprecation

public boolean isRemovedDeprecation()

setRemovedDeprecation

public void setRemovedDeprecation(boolean removedDeprecation)

isEmpty

public boolean isEmpty()

accept

public void accept(Visitor visitor)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.