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

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.enricher.resource.OperatesOnDeploymentAwareProvider
All Implemented Interfaces:
ResourceProvider
Direct Known Subclasses:
InitialContextProvider, URLResourceProvider

public abstract class OperatesOnDeploymentAwareProvider
extends Object
implements ResourceProvider

OperatesOnDeploymentAwareProvider

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
OperatesOnDeploymentAwareProvider()
           
 
Method Summary
 boolean containsOperatesOnDeployment(Annotation[] qualifiers)
           
abstract  Object doLookup(ArquillianResource resource, Annotation... qualifiers)
           
 Object lookup(ArquillianResource resource, Annotation... qualifiers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
canProvide
 

Constructor Detail

OperatesOnDeploymentAwareProvider

public OperatesOnDeploymentAwareProvider()
Method Detail

doLookup

public abstract Object doLookup(ArquillianResource resource,
                                Annotation... qualifiers)

lookup

public Object lookup(ArquillianResource resource,
                     Annotation... qualifiers)
Specified by:
lookup in interface ResourceProvider

containsOperatesOnDeployment

public boolean containsOperatesOnDeployment(Annotation[] qualifiers)


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