- 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.
- Author:
- Aslak Knutsen, Thomas.Diesler@jboss.com