Interface IResourceLoader
Abstraction for loading resources (streams, files, and classes).
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public interface IResourceLoader
Methods
Name | Description |
---|---|
FindType(String) | Finds class of the name NOTE: This was findClass() in Lucene |
NewInstance<T>(String) | Creates an instance of the name and expected type |
OpenResource(String) | Opens a named resource |