org.rhq.test.arquillian.impl
Class ServerServicesProvider

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

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

An Arquillian ResourceProvider for RHQ ServerServices.

Author:
Lukas Krejci

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

Constructor Detail

ServerServicesProvider

public ServerServicesProvider()
Method Detail

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 © 2008-2012 Red Hat, Inc.. All Rights Reserved.