Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.lutris.classloader

Interface Summary
MultiClassLoader.ClassFilter A filter interface, used in deciding if a class should be loaded by this class loader.
 

Class Summary
ClassPath A class path that is composed of ClassPathEntry objects.
ClassPathEntry
LocalDirResource A Resource that is a file on the local machine in a specified directory.
LocalZipResource A Resource that is an entry in a specified zip file on the local machine.
MultiClassLoader Summary:
MultiClassLoader.SysClassLoader Class use to as a proxy for the system class loader under java 1.*, where no system class loader object existed.
RemoteDirResource A Resource that is a file on a remote machine in a specified directory.
RemoteZipResource A Resource that is an entry in a specified zip file on a remote machine.
Resource A resource that is a file existing on the local machine or a remote machine.