org.abstracthorizon.extend.server.support
Interface LocalClassLoader
- All Known Implementing Classes:
- ClassUtils.LocalURLClassLoader, ModuleClassLoader
public interface LocalClassLoader
Class loader need to implement this in order to avoid delegation process (through parent class loader).
- Author:
- Daniel Sendula
loadLocalClass
Class<?> loadLocalClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getLocalResource
URL getLocalResource(String name)
getLocalResources
Enumeration<URL> getLocalResources(String name)
throws IOException
- Throws:
IOException
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.