public class FinderFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FinderFactory.DebugArchive |
static class |
FinderFactory.DoLoadClassesArchive |
static class |
FinderFactory.ModuleLimitedFinder |
static class |
FinderFactory.OpenEJBAnnotationFinder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FORCE_LINK |
| Constructor and Description |
|---|
FinderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xbean.finder.IAnnotationFinder |
create(DeploymentModule module) |
static org.apache.xbean.finder.IAnnotationFinder |
createFinder(DeploymentModule module) |
static Class<?>[] |
ensureMinimalClasses(DeploymentModule module) |
static org.apache.xbean.finder.AnnotationFinder |
getFinder(ClassLoader classLoader,
URL url) |
public static final String FORCE_LINK
public static org.apache.xbean.finder.IAnnotationFinder createFinder(DeploymentModule module) throws Exception
Exceptionpublic static org.apache.xbean.finder.AnnotationFinder getFinder(ClassLoader classLoader, URL url)
public org.apache.xbean.finder.IAnnotationFinder create(DeploymentModule module) throws Exception
Exceptionpublic static Class<?>[] ensureMinimalClasses(DeploymentModule module)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.