org.jboss.jca.common.annotations.repository.papaki
Class AnnotationScannerImpl

java.lang.Object
  extended by org.jboss.jca.common.annotations.repository.papaki.AnnotationScannerImpl
All Implemented Interfaces:
org.jboss.jca.common.spi.annotations.repository.AnnotationScanner

public class AnnotationScannerImpl
extends Object
implements org.jboss.jca.common.spi.annotations.repository.AnnotationScanner

A AnnotationScannerImpl.

Author:
Stefano Maestri

Constructor Summary
AnnotationScannerImpl(org.jboss.papaki.AnnotationScanner annotationScanner)
          Create a new AnnotationScannerImpl with papaki backend
 
Method Summary
 org.jboss.jca.common.spi.annotations.repository.AnnotationRepository scan(URL[] urls, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationScannerImpl

public AnnotationScannerImpl(org.jboss.papaki.AnnotationScanner annotationScanner)
                      throws IllegalArgumentException
Create a new AnnotationScannerImpl with papaki backend

Parameters:
annotationScanner - the papaki backing annotation scanner
Throws:
IllegalArgumentException - in case passed papaki scanner is null
Method Detail

scan

public org.jboss.jca.common.spi.annotations.repository.AnnotationRepository scan(URL[] urls,
                                                                                 ClassLoader cl)
Specified by:
scan in interface org.jboss.jca.common.spi.annotations.repository.AnnotationScanner


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)