org.codehaus.plexus.resource.loader
Class AbstractResourceLoader

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by 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 4952 2006-12-03 00:16:50Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
protected  java.util.List paths
           
 
Fields inherited from interface org.codehaus.plexus.resource.loader.ResourceLoader
ROLE
 
Constructor Summary
AbstractResourceLoader()
           
 
Method Summary
 void addSearchPath(java.lang.String path)
           
 
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
getResourceAsInputStream
 

Field Detail

paths

protected java.util.List paths
Constructor Detail

AbstractResourceLoader

public AbstractResourceLoader()
Method Detail

addSearchPath

public void addSearchPath(java.lang.String path)
Specified by:
addSearchPath in interface ResourceLoader


Copyright © 2001-2010 Codehaus. All Rights Reserved.