org.apache.abdera.util
Class Discover.DefaultLoader<T>
java.lang.Object
org.apache.abdera.util.Discover.DefaultLoader<T>
- All Implemented Interfaces:
- Iterable<T>
- Enclosing class:
- Discover
public static class Discover.DefaultLoader<T>
- extends Object
- implements Iterable<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loader
protected final ClassLoader loader
id
protected final String id
iterator
protected final Iterator<T> iterator
args
protected final Object[] args
Discover.DefaultLoader
public Discover.DefaultLoader(String id,
boolean classesonly,
Object[] args)
Discover.DefaultLoader
public Discover.DefaultLoader(String id,
boolean classesonly,
Object[] args,
ClassLoader loader)
iterator
public Iterator<T> iterator()
- Specified by:
iterator
in interface Iterable<T>
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.