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

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

public class ContainerControllerProvider
extends Object
implements ResourceProvider

ContainerControllerProvider

Version:
$Revision: $
Author:
Martin Gencur

Constructor Summary
ContainerControllerProvider()
           
 
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

ContainerControllerProvider

public ContainerControllerProvider()
Method Detail

lookup

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

canProvide

public boolean canProvide(Class<?> type)
Specified by:
canProvide in interface ResourceProvider


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