org.apache.openejb.classloader
Class CompositeClassLoaderConfigurer

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

public class CompositeClassLoaderConfigurer
extends Object
implements ClassLoaderConfigurer


Constructor Summary
CompositeClassLoaderConfigurer(ClassLoaderConfigurer[] configurers)
           
 
Method Summary
 boolean accept(URL url)
           
 URL[] additionalURLs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeClassLoaderConfigurer

public CompositeClassLoaderConfigurer(ClassLoaderConfigurer[] configurers)
Method Detail

additionalURLs

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

accept

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


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