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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.