public class ServiceLoaderUtils
extends java.lang.Object
| Constructor and Description |
|---|
ServiceLoaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
sortLoadedClasses(java.util.List<T> loaded)
Sorts a list of loaded classes, so that non-Tika ones come
before Tika ones, and otherwise in reverse alphabetical order
|