|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.sf.bloof.scm.cvsplugin.RevisionIterator
SCM Iterator on all revision of the specified CVS module
| Constructor Summary | |
RevisionIterator(java.io.Reader aReader)
Constructor RevisionIterator |
|
| Method Summary | |
protected void |
addRevision(Revision aR)
|
ScmRevision |
getNext()
Iterates to the next revision an returnes it if not next revsion exists, return null |
boolean |
hasNext()
Returns if further revisions exits. |
protected void |
parserHasFinished()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RevisionIterator(java.io.Reader aReader)
aReader - Reader on the CVS log file| Method Detail |
protected void addRevision(Revision aR)
public ScmRevision getNext()
throws java.util.NoSuchElementException
ScmRevisionIterator
getNext in interface ScmRevisionIteratorjava.util.NoSuchElementExceptionScmRevisionIterator.getNext( )public boolean hasNext()
ScmRevisionIterator
hasNext in interface ScmRevisionIteratorScmRevisionIterator.hasNext( )protected void parserHasFinished()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||