public class ServiceLoaderUtils extends Object
| Constructor and Description |
|---|
ServiceLoaderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
sortLoadedClasses(List<T> loaded)
Sorts a list of loaded classes, so that non-Tika ones come
before Tika ones, and otherwise in reverse alphabetical order
|
public static <T> void sortLoadedClasses(List<T> loaded)
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.