org.apache.webbeans.lifecycle.test
Class OpenWebBeansTestMetaDataDiscoveryService

java.lang.Object
  extended by org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery
      extended by org.apache.webbeans.lifecycle.test.OpenWebBeansTestMetaDataDiscoveryService
All Implemented Interfaces:
ScannerService

public class OpenWebBeansTestMetaDataDiscoveryService
extends AbstractMetaDataDiscovery

Used by each test.

Version:
$Rev$ $Date$

Constructor Summary
OpenWebBeansTestMetaDataDiscoveryService()
           
 
Method Summary
protected  void configure()
           
 void deployClasses(Collection<Class<?>> classes)
          Those classes will be scanned by container.
 void deployXMLs(Collection<URL> xmls)
          Those xmls will be scanned by container.
 
Methods inherited from class org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery
addWebBeansXmlLocation, getAnnotationDB, getBeanClasses, getBeanXmls, init, scan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenWebBeansTestMetaDataDiscoveryService

public OpenWebBeansTestMetaDataDiscoveryService()
Method Detail

configure

protected void configure()
                  throws Exception
Specified by:
configure in class AbstractMetaDataDiscovery
Throws:
Exception

deployClasses

public void deployClasses(Collection<Class<?>> classes)
Those classes will be scanned by container.

Parameters:
classes - deployed classes

deployXMLs

public void deployXMLs(Collection<URL> xmls)
Those xmls will be scanned by container.

Parameters:
xmls - beans xmls


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.