Arquillian OSGi Bundle 1.0.0

org.jboss.arquillian.osgi
Class ArquillianBundleExtensionLoader

java.lang.Object
  extended by org.jboss.arquillian.osgi.ArquillianBundleExtensionLoader
All Implemented Interfaces:
org.jboss.arquillian.core.spi.ExtensionLoader

public class ArquillianBundleExtensionLoader
extends Object
implements org.jboss.arquillian.core.spi.ExtensionLoader

An ExtensionLoader that works in the context of the installed Arquillian bundle. If so it uses a hardcoded list of extensions instead of dynamic discovery via META-INF/services. The latter would load the wrong extensions from jars embedded in the Arquillian bundle.

Version:
$Revision: $
Author:
Aslak Knutsen, Thomas.Diesler@jboss.com

Constructor Summary
ArquillianBundleExtensionLoader()
           
 
Method Summary
 Collection<org.jboss.arquillian.core.spi.LoadableExtension> load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArquillianBundleExtensionLoader

public ArquillianBundleExtensionLoader()
Method Detail

load

public Collection<org.jboss.arquillian.core.spi.LoadableExtension> load()
Specified by:
load in interface org.jboss.arquillian.core.spi.ExtensionLoader

Arquillian OSGi Bundle 1.0.0

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.