org.apache.openejb.config
Class NewLoaderLogic

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

public class NewLoaderLogic
extends Object

Version:
$Rev$ $Date$

Constructor Summary
NewLoaderLogic()
           
 
Method Summary
static void _loadFromClasspath(FileUtils base, List<URL> jarList, ClassLoader classLoader)
           
static org.apache.xbean.finder.UrlSet applyBuiltinExcludes(org.apache.xbean.finder.UrlSet urlSet)
           
static Set<String> callers()
           
static org.apache.xbean.finder.UrlSet filterArchives(org.apache.xbean.finder.filter.Filter filter, ClassLoader classLoader, org.apache.xbean.finder.UrlSet urlSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewLoaderLogic

public NewLoaderLogic()
Method Detail

filterArchives

public static org.apache.xbean.finder.UrlSet filterArchives(org.apache.xbean.finder.filter.Filter filter,
                                                            ClassLoader classLoader,
                                                            org.apache.xbean.finder.UrlSet urlSet)

callers

public static Set<String> callers()

applyBuiltinExcludes

public static org.apache.xbean.finder.UrlSet applyBuiltinExcludes(org.apache.xbean.finder.UrlSet urlSet)
                                                           throws MalformedURLException
Throws:
MalformedURLException

_loadFromClasspath

public static void _loadFromClasspath(FileUtils base,
                                      List<URL> jarList,
                                      ClassLoader classLoader)


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