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

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

public class URLResourceProvider
extends OperatesOnDeploymentAwareProvider

URLResourceProvider

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
URLResourceProvider()
           
 
Method Summary
 boolean canProvide(Class<?> type)
           
 Object doLookup(ArquillianResource resource, Annotation... qualifiers)
           
 
Methods inherited from class org.jboss.arquillian.container.test.impl.enricher.resource.OperatesOnDeploymentAwareProvider
containsOperatesOnDeployment, lookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLResourceProvider

public URLResourceProvider()
Method Detail

canProvide

public boolean canProvide(Class<?> type)

doLookup

public Object doLookup(ArquillianResource resource,
                       Annotation... qualifiers)
Specified by:
doLookup in class OperatesOnDeploymentAwareProvider


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