org.apache.openejb.classloader
Class DefaultClassLoaderConfigurer

java.lang.Object
  extended by org.apache.openejb.classloader.DefaultClassLoaderConfigurer
All Implemented Interfaces:
ClassLoaderConfigurer

public class DefaultClassLoaderConfigurer
extends Object
implements ClassLoaderConfigurer


Constructor Summary
DefaultClassLoaderConfigurer()
           
 
Method Summary
 boolean accept(URL url)
           
 URL[] additionalURLs()
           
 void setAddedFolder(String addedFolder)
           
 void setExcludedListFile(String excludedListFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultClassLoaderConfigurer

public DefaultClassLoaderConfigurer()
Method Detail

additionalURLs

public URL[] additionalURLs()
Specified by:
additionalURLs in interface ClassLoaderConfigurer

accept

public boolean accept(URL url)
Specified by:
accept in interface ClassLoaderConfigurer

setAddedFolder

public void setAddedFolder(String addedFolder)

setExcludedListFile

public void setExcludedListFile(String excludedListFile)


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