public class DelegatingCodeBaseIterator extends Object implements ICodeBaseIterator
| Constructor and Description |
|---|
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase,
IScannableCodeBase delegateCodeBase) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Return true if there is another resource to be scanned, false otherwise.
|
ICodeBaseEntry |
next()
Get the ICodeBaseEntry representing the next resource in the code base.
|
public DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase, IScannableCodeBase delegateCodeBase) throws InterruptedException
InterruptedExceptionpublic boolean hasNext()
throws InterruptedException
ICodeBaseIteratorhasNext in interface ICodeBaseIteratorInterruptedExceptionpublic ICodeBaseEntry next() throws InterruptedException
ICodeBaseIteratornext in interface ICodeBaseIteratorInterruptedExceptionCopyright © 2003–2015. All rights reserved.