public class BundleLibSorter extends Object implements Comparator<File>, Serializable
| Constructor and Description |
|---|
BundleLibSorter() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(File arg0,
File arg1) |
static File[] |
getSortedFiles(File dir)
Returns the sorted libs from the given bundle directory.
|
static List<URL> |
getSortedURLs(File dir) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(File arg0, File arg1)
compare in interface Comparator<File>public static File[] getSortedFiles(File dir)
public static List<URL> getSortedURLs(File dir) throws IOException
IOExceptionCopyright © 2022. All rights reserved.