org.codehaus.plexus.resource.loader
Class ThreadContextClasspathResourceLoader
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.resource.loader.AbstractResourceLoader
org.codehaus.plexus.resource.loader.ThreadContextClasspathResourceLoader
- All Implemented Interfaces:
- org.codehaus.plexus.logging.LogEnabled, ResourceLoader
public class ThreadContextClasspathResourceLoader
- extends AbstractResourceLoader
- Version:
- $Id: ThreadContextClasspathResourceLoader.java 8418 2009-09-18 19:51:25Z bentmann $
- Author:
- Trygve Laugstøl
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 |
ID
public static final String ID
- See Also:
- Constant Field Values
ThreadContextClasspathResourceLoader
public ThreadContextClasspathResourceLoader()
getResource
public PlexusResource getResource(String name)
throws ResourceNotFoundException
- Description copied from interface:
ResourceLoader
- Returns the resource with the given name.
- Parameters:
name
- The resources name.
- Returns:
- The resource with the given name.
- Throws:
ResourceNotFoundException
- The resource wasn't found, or wasn't available.
Copyright © 2001-2011 Codehaus. All Rights Reserved.