org.codehaus.plexus.resource
Class DefaultResourceManager

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.resource.DefaultResourceManager
All Implemented Interfaces:
org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable, org.codehaus.plexus.logging.LogEnabled, ResourceManager

public class DefaultResourceManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements ResourceManager, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

Version:
$Id: DefaultResourceManager.java 1458 2005-02-08 11:30:36Z trygvis $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.resource.ResourceManager
ROLE
 
Constructor Summary
DefaultResourceManager()
           
 
Method Summary
 java.io.InputStream getResourceAsInputStream(java.lang.String name)
           
 void initialize()
           
 
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
 

Constructor Detail

DefaultResourceManager

public DefaultResourceManager()
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable

getResourceAsInputStream

public java.io.InputStream getResourceAsInputStream(java.lang.String name)
                                             throws ResourceNotFoundException
Specified by:
getResourceAsInputStream in interface ResourceManager
Throws:
ResourceNotFoundException


Copyright © 2001-2007 Codehaus. All Rights Reserved.