org.apache.logging.log4j.core.util
Interface ResourceLoader
- All Known Implementing Classes:
- BundleResourceLoader, ClassLoaderResourceLoader
public interface ResourceLoader
Abstract interface for a ClassLoader or similar object.
loadClass
Class<?> loadClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getResource
URL getResource(String name)
getResources
Enumeration<URL> getResources(String name)
throws IOException
- Throws:
IOException
Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.