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

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

public static class Discover.DefaultLoaderIterator<T>
extends Discover.LineReaderLoaderIterator<T>


Field Summary
 
Fields inherited from class org.apache.abdera.util.Discover.LineReaderLoaderIterator
args, classesonly
 
Fields inherited from class org.apache.abdera.util.Discover.LoaderIterator
cl
 
Constructor Summary
Discover.DefaultLoaderIterator(ClassLoader cl, InputStream in, boolean classesonly, Object[] args)
           
 
Method Summary
protected  T create(String spec, Object[] args)
           
 T next()
           
 
Methods inherited from class org.apache.abdera.util.Discover.LineReaderLoaderIterator
hasNext, read, 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
 

Constructor Detail

Discover.DefaultLoaderIterator

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

next

public T next()

create

protected T create(String spec,
                   Object[] args)


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