Class AbstractResourceLoader
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.resource.loader.AbstractResourceLoader
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled,ResourceLoader
- Direct Known Subclasses:
FileResourceLoader,JarResourceLoader,ThreadContextClasspathResourceLoader,URLResourceLoader
public abstract class AbstractResourceLoader
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ResourceLoader
- Version:
- $Id: AbstractResourceLoader.java 8366 2009-08-31 23:03:15Z jdcasey $
- Author:
- Trygve Laugstøl
-
Field Summary
FieldsFields inherited from interface org.codehaus.plexus.resource.loader.ResourceLoader
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.plexus.resource.loader.ResourceLoader
getResource
-
Field Details
-
paths
-
-
Constructor Details
-
AbstractResourceLoader
public AbstractResourceLoader()
-
-
Method Details
-
addSearchPath
- Specified by:
addSearchPathin interfaceResourceLoader
-
getResourceAsInputStream
- Specified by:
getResourceAsInputStreamin interfaceResourceLoader- Throws:
ResourceNotFoundException
-