Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl
Class RemoteExtensionLoader

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.RemoteExtensionLoader
All Implemented Interfaces:
org.jboss.arquillian.core.spi.ExtensionLoader

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

ARQ-456 Temp fix. Load a different type of LoadableExtension on the container side, RemoteLoadableExtension. Should be replaced when proper Modularity, Classloading is in order. ServiceLoader implementation that use META-INF/services/interface files to registered Services.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
RemoteExtensionLoader()
           
 
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

RemoteExtensionLoader

public RemoteExtensionLoader()
Method Detail

load

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

Arquillian Container Test Implementation Base 1.0.1.Final

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