org.identityconnectors.framework.impl.api.local
Class BundleLibSorter

java.lang.Object
  extended by org.identityconnectors.framework.impl.api.local.BundleLibSorter
All Implemented Interfaces:
Comparator<File>

public class BundleLibSorter
extends Object
implements Comparator<File>


Constructor Summary
BundleLibSorter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

BundleLibSorter

public BundleLibSorter()
Method Detail

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.