public class FinderFactory
extends java.lang.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 java.lang.String |
FORCE_LINK |
Constructor and Description |
---|
FinderFactory() |
Modifier and Type | Method and Description |
---|---|
IAnnotationFinder |
create(DeploymentModule module) |
static IAnnotationFinder |
createFinder(DeploymentModule module) |
static java.lang.Class<?>[] |
ensureMinimalClasses(DeploymentModule module) |
static AnnotationFinder |
getFinder(java.lang.ClassLoader classLoader,
java.net.URL url) |
static java.util.Map<java.lang.String,java.lang.String> |
urlByClass(IAnnotationFinder finder) |
public static final java.lang.String FORCE_LINK
public static IAnnotationFinder createFinder(DeploymentModule module) throws java.lang.Exception
java.lang.Exception
public static AnnotationFinder getFinder(java.lang.ClassLoader classLoader, java.net.URL url)
public IAnnotationFinder create(DeploymentModule module) throws java.lang.Exception
java.lang.Exception
public static java.lang.Class<?>[] ensureMinimalClasses(DeploymentModule module)
public static java.util.Map<java.lang.String,java.lang.String> urlByClass(IAnnotationFinder finder)