Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
static <S> SPIClassIterator<S> |
SPIClassIterator.get(Class<S> clazz)
Creates a new SPI iterator to lookup services of type
clazz using the context classloader. |
static <S> SPIClassIterator<S> |
SPIClassIterator.get(Class<S> clazz,
ClassLoader loader)
Creates a new SPI iterator to lookup services of type
clazz using the given classloader. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.