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 added or removed from the published
documentation for the API.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isNewDocumentation
public boolean isNewDocumentation()
setNewDocumentation
public void setNewDocumentation(boolean newDocumentation)
isRemovedDocumentation
public boolean isRemovedDocumentation()
setRemovedDocumentation
public void setRemovedDocumentation(boolean removedDocumentation)
isEmpty
public boolean isEmpty()
accept
public void accept(Visitor visitor)
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.