org.apache.openejb.config
Class FinderFactory

java.lang.Object
  extended by org.apache.openejb.config.FinderFactory

public class FinderFactory
extends Object


Nested Class Summary
static class FinderFactory.DebugArchive
           
static class FinderFactory.ModuleLimitedFinder
           
 
Field Summary
static String TOMEE_JAXRS_DEPLOY_UNDECLARED_PROP
           
 
Constructor Summary
FinderFactory()
           
 
Method Summary
 org.apache.xbean.finder.IAnnotationFinder create(DeploymentModule module)
           
static org.apache.xbean.finder.IAnnotationFinder createFinder(DeploymentModule module)
           
static org.apache.xbean.finder.AnnotationFinder enableFinderOptions(org.apache.xbean.finder.AnnotationFinder annotationFinder)
           
static boolean enableFindSubclasses()
           
static org.apache.xbean.finder.AnnotationFinder getFinder(ClassLoader classLoader, URL url)
           
static boolean isJaxRsInstalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOMEE_JAXRS_DEPLOY_UNDECLARED_PROP

public static final String TOMEE_JAXRS_DEPLOY_UNDECLARED_PROP
See Also:
Constant Field Values
Constructor Detail

FinderFactory

public FinderFactory()
Method Detail

createFinder

public static org.apache.xbean.finder.IAnnotationFinder createFinder(DeploymentModule module)
                                                              throws Exception
Throws:
Exception

getFinder

public static org.apache.xbean.finder.AnnotationFinder getFinder(ClassLoader classLoader,
                                                                 URL url)

create

public org.apache.xbean.finder.IAnnotationFinder create(DeploymentModule module)
                                                 throws Exception
Throws:
Exception

enableFinderOptions

public static org.apache.xbean.finder.AnnotationFinder enableFinderOptions(org.apache.xbean.finder.AnnotationFinder annotationFinder)

enableFindSubclasses

public static boolean enableFindSubclasses()

isJaxRsInstalled

public static boolean isJaxRsInstalled()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.