org.apache.openejb.classloader
Class ProvisioningClassLoaderConfigurer
java.lang.Object
org.apache.openejb.classloader.ProvisioningClassLoaderConfigurer
- All Implemented Interfaces:
- ClassLoaderConfigurer
public class ProvisioningClassLoaderConfigurer
- extends Object
- implements ClassLoaderConfigurer
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 inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvisioningClassLoaderConfigurer
public ProvisioningClassLoaderConfigurer()
additionalURLs
public URL[] additionalURLs()
- Specified by:
additionalURLs in interface ClassLoaderConfigurer
accept
public boolean accept(URL url)
- Specified by:
accept in interface ClassLoaderConfigurer
setConfiguration
public void setConfiguration(String configFile)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.