org.jboss.arquillian.testenricher.osgi
Class BundleProvider
java.lang.Object
org.jboss.arquillian.testenricher.osgi.BundleProvider
- All Implemented Interfaces:
- org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
public class BundleProvider
- extends Object
- implements org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
OperatesOnDeploymentAwareProvider implementation to
provide Bundle injection to ArquillianResource-
annotated fields.
- Since:
- 15-Oct-2012
- Author:
- Thomas.Diesler@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleProvider
public BundleProvider()
canProvide
public boolean canProvide(Class<?> type)
- Specified by:
canProvide in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
lookup
public Object lookup(org.jboss.arquillian.test.api.ArquillianResource resource,
Annotation... qualifiers)
- Specified by:
lookup in interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.