org.jboss.arquillian.impl
Class DynamicServiceLoader

java.lang.Object
  extended by org.jboss.arquillian.impl.DynamicServiceLoader
All Implemented Interfaces:
ServiceLoader

public class DynamicServiceLoader
extends Object
implements ServiceLoader

DynamicServiceLoader

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DynamicServiceLoader()
           
 
Method Summary
<T> Collection<T>
all(Class<T> serviceClass)
           
<T> T
onlyOne(Class<T> serviceClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicServiceLoader

public DynamicServiceLoader()
Method Detail

all

public <T> Collection<T> all(Class<T> serviceClass)
Specified by:
all in interface ServiceLoader

onlyOne

public <T> T onlyOne(Class<T> serviceClass)
Specified by:
onlyOne in interface ServiceLoader


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.