org.jboss.arquillian.osgi
Class ArquillianBundleExtensionLoader
java.lang.Object
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
|
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 |
ArquillianBundleExtensionLoader
public ArquillianBundleExtensionLoader()
load
public Collection<org.jboss.arquillian.core.spi.LoadableExtension> load()
- Specified by:
load in interface org.jboss.arquillian.core.spi.ExtensionLoader
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.