Class SPIClassIterator<S>
Helper class for loading SPI classes from classpath (META-INF files).
This is a light impl of java.util.ServiceLoader
but is guaranteed to
be bug-free regarding classpath order and does not instantiate or initialize
the classes found.
@lucene.internal
Inheritance
System.Object
SPIClassIterator<S>
Assembly: DistributedLucene.Net.dll
Syntax
public class SPIClassIterator<S> : IEnumerable<Type>
Type Parameters
Name | Description |
---|---|
S |
Methods
Name | Description |
---|---|
Get() | |
GetEnumerator() |