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, waitequalspublic 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 © 2018. All rights reserved.