org.python.core.CachedJarsPackageManager Abstract package manager that gathers info about statically known classes from a set of jars. This info can be eventually cached. Off-the-shelf this class offers a local file-system based cache impl.
com.lutris.classloader.RemoteZipResource <P>A <CODE>Resource</CODE> that is an entry in a specified zip file on a remote machine. The zip file is represented by a <CODE>ClassPathEntry</CODE>, and the filename is specified by a String. @author Kristen Pol, Lutris Technologies @version $Revision : 1.1 $ @see ...