Java org.apache.lucene.analysis.util ClasspathResourceLoader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.analysis.util ClasspathResourceLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.analysis.util ClasspathResourceLoader.

The text is from its open source code.

Constructor

ClasspathResourceLoader(ClassLoader loader)
Creates an instance using the given classloader to load Resources and classes.
ClasspathResourceLoader(Class clazz)
Creates an instance using the context classloader to load Resources and classes Resources are resolved relative to the given class, if path is not absolute.
ClasspathResourceLoader()
Creates an instance using the context classloader to load resources and classes.