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, wait
equals
public 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
IOException
Copyright © 2019. All rights reserved.