Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.enricher.resource
Class DeployerProvider

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.enricher.resource.DeployerProvider
All Implemented Interfaces:
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

public class DeployerProvider
extends Object
implements org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

InitialContextProvider

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeployerProvider()
           
 
Method Summary
 boolean canProvide(Class<?> type)
           
 Object lookup(ArquillianResource resource, Annotation... qualifiers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerProvider

public DeployerProvider()
Method Detail

lookup

public Object lookup(ArquillianResource resource,
                     Annotation... qualifiers)
Specified by:
lookup in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

canProvide

public boolean canProvide(Class<?> type)
Specified by:
canProvide in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

Arquillian Container Test Implementation Base 1.0.1.Final

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