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

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

public class RemoteExtensionLoader
extends Object
implements 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<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<LoadableExtension> load()
Specified by:
load in interface ExtensionLoader


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