|
|||||||||||
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 fileMethod Detail |
protected void addRevision(Revision aR)
public ScmRevision getNext() throws java.util.NoSuchElementException
ScmRevisionIterator
getNext
in interface ScmRevisionIterator
java.util.NoSuchElementException
ScmRevisionIterator.getNext( )
public boolean hasNext()
ScmRevisionIterator
hasNext
in interface ScmRevisionIterator
ScmRevisionIterator.hasNext( )
protected void parserHasFinished()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |