[Java] Class ClasspathResourceManager

  • org.codehaus.groovy.tools.groovydoc.ClasspathResourceManager
All Implemented Interfaces and Traits:
ResourceManager
public class ClasspathResourceManager
extends Object

Constructor Summary

Constructors
Constructor and description
ClasspathResourceManager ()
ClasspathResourceManager (ClassLoader classLoader)

Methods Summary

Methods
Type Params Return Type Name and description
InputStream getInputStream(String resourceName)
Reader getReader(String resourceName)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public ClasspathResourceManager()

public ClasspathResourceManager(ClassLoader classLoader)

Method Detail

public InputStream getInputStream(String resourceName)

public Reader getReader(String resourceName)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/tools/groovydoc/ClasspathResourceManager.html