org.apache.tuscany.sca.node.osgi.launcher
Class JarFileFinder

java.lang.Object
  extended by org.apache.tuscany.sca.node.osgi.launcher.JarFileFinder

public class JarFileFinder
extends java.lang.Object


Constructor Summary
JarFileFinder()
           
 
Method Summary
static java.util.List<java.net.URL> findJarFiles(java.io.File root, java.io.FilenameFilter filter)
          Returns a ClassLoader for the Tuscany runtime JARs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarFileFinder

public JarFileFinder()
Method Detail

findJarFiles

public static java.util.List<java.net.URL> findJarFiles(java.io.File root,
                                                        java.io.FilenameFilter filter)
                                                 throws java.io.FileNotFoundException,
                                                        java.net.URISyntaxException,
                                                        java.net.MalformedURLException
Returns a ClassLoader for the Tuscany runtime JARs.

Parameters:
parentClassLoader -
filter -
Returns:
Throws:
java.io.FileNotFoundException
java.net.URISyntaxException
java.net.MalformedURLException