org.edna.pydev.extensions.utils
Class LibsLocationFinder

java.lang.Object
  extended by org.edna.pydev.extensions.utils.LibsLocationFinder

public class LibsLocationFinder
extends java.lang.Object

LibsLocationFinder

Author:
gerring

Constructor Summary
LibsLocationFinder()
           
 
Method Summary
static java.util.List<java.lang.String> findWorkspaceLibs()
          Method returns libs that should be used in the jython path so that the jython editor autocompletes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibsLocationFinder

public LibsLocationFinder()
Method Detail

findWorkspaceLibs

public static final java.util.List<java.lang.String> findWorkspaceLibs()
                                                                throws java.net.URISyntaxException,
                                                                       java.io.IOException
Method returns libs that should be used in the jython path so that the jython editor autocompletes.

Returns:
list of jar paths
Throws:
java.net.URISyntaxException
java.io.IOException