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.


Method Summary
 void accept(Visitor visitor)
           
 boolean isEmpty()
           
 boolean isNewDocumentation()
           
 boolean isRemovedDocumentation()
           
 void setNewDocumentation(boolean newDocumentation)
           
 void setRemovedDocumentation(boolean removedDocumentation)
           
 
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

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.