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, setupLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.plexus.resource.loader.ResourceLoader
getResource
-
Field Details
-
paths
-
-
Constructor Details
-
AbstractResourceLoader
public AbstractResourceLoader()
-
-
Method Details
-
addSearchPath
- Specified by:
addSearchPath
in interfaceResourceLoader
-
getResourceAsInputStream
- Specified by:
getResourceAsInputStream
in interfaceResourceLoader
- Throws:
ResourceNotFoundException
-