Uses of Interface
org.apache.openejb.classloader.ClassLoaderConfigurer

Packages that use ClassLoaderConfigurer
org.apache.openejb   
org.apache.openejb.classloader   
org.apache.openejb.config   
 

Uses of ClassLoaderConfigurer in org.apache.openejb
 

Methods in org.apache.openejb that return ClassLoaderConfigurer
static ClassLoaderConfigurer ClassLoaderUtil.configurer(String rawId)
           
 

Uses of ClassLoaderConfigurer in org.apache.openejb.classloader
 

Classes in org.apache.openejb.classloader that implement ClassLoaderConfigurer
 class CompositeClassLoaderConfigurer
           
 class ProvisioningClassLoaderConfigurer
          Configuration .configuration = /foo/bar/config.txt

Handled file format: -xbean +http://..../camel-core.jar +mvn:org.foo:bar:1.0

The maven like urls needs the openejb-provisinning module

Note: if a line doesn't start with '+' it is considered as an addition

 

Methods in org.apache.openejb.classloader with parameters of type ClassLoaderConfigurer
static void ClassLoaderConfigurer.Helper.configure(Collection<URL> urls, ClassLoaderConfigurer configurer)
           
 

Constructors in org.apache.openejb.classloader with parameters of type ClassLoaderConfigurer
CompositeClassLoaderConfigurer(ClassLoaderConfigurer... configurers)
           
 

Uses of ClassLoaderConfigurer in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return ClassLoaderConfigurer
static ClassLoaderConfigurer QuickJarsTxtParser.parse(File file)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.