org.apache.abdera.util
Class Discover.LineReaderLoaderIterator<T>

java.lang.Object
  extended by org.apache.abdera.util.Discover.LoaderIterator<T>
      extended by org.apache.abdera.util.Discover.LineReaderLoaderIterator<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
Discover.DefaultLoaderIterator
Enclosing class:
Discover

public abstract static class Discover.LineReaderLoaderIterator<T>
extends Discover.LoaderIterator<T>


Field Summary
protected  Object[] args
           
protected  boolean classesonly
           
 
Fields inherited from class org.apache.abdera.util.Discover.LoaderIterator
cl
 
Constructor Summary
protected Discover.LineReaderLoaderIterator(ClassLoader cl, InputStream in, boolean classesonly, Object[] args)
           
 
Method Summary
 boolean hasNext()
           
protected  String read()
           
protected  String readNext()
           
 
Methods inherited from class org.apache.abdera.util.Discover.LoaderIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
next
 

Field Detail

args

protected final Object[] args

classesonly

protected final boolean classesonly
Constructor Detail

Discover.LineReaderLoaderIterator

protected Discover.LineReaderLoaderIterator(ClassLoader cl,
                                            InputStream in,
                                            boolean classesonly,
                                            Object[] args)
Method Detail

hasNext

public boolean hasNext()

readNext

protected String readNext()

read

protected String read()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.