org.identityconnectors.framework.impl.api.local
Class BundleLibSorter
java.lang.Object
org.identityconnectors.framework.impl.api.local.BundleLibSorter
- All Implemented Interfaces:
- Comparator<File>
public class BundleLibSorter
- extends Object
- implements Comparator<File>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleLibSorter
public BundleLibSorter()
compare
public int compare(File arg0,
File arg1)
- Specified by:
compare in interface Comparator<File>
getSortedFiles
public static File[] getSortedFiles(File dir)
- Returns the sorted libs from the given bundle directory.
getSortedURLs
public static List<URL> getSortedURLs(File dir)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.