Version: 1.1.1

org.inb.biomoby.central
Class ServiceLoader<T>

java.lang.Object
  extended by org.inb.biomoby.central.ServiceLoader<T>
All Implemented Interfaces:
Iterable<T>

public class ServiceLoader<T>
extends Object
implements Iterable<T>

Author:
Dmitry Repchevsky

Method Summary
 Iterator<T> iterator()
           
static
<T> ServiceLoader<T>
load(Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static <T> ServiceLoader<T> load(Class<T> clazz)

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010