com.lutris.classloader |
|
Java Source File Name | Type | Comment |
ClassPath.java | Class | A class path that is composed of ClassPathEntry objects. |
ClassPathEntry.java | Class | Summary:
A class path entry which is a URL representing either a local or a
remote directory or zip file. |
LocalDirResource.java | Class | A Resource that is a file on the local machine in
a specified directory. |
LocalZipResource.java | Class | A Resource that is an entry in
a specified zip file on the local machine. |
MultiClassLoader.java | Class | Summary:
A class loader that can load classes from
class files and zip files residing in a specified class path.
This class loader can also load resources that reside on the
class path and return them as is, as input streams, or as byte arrays.
Features:
- Loads classes from class files and zip files.
- Finds resources and can return them as is, as input streams and as byte arrays.
- Loads classes and resources using the specified class path.
|
RemoteDirResource.java | Class | A Resource that is a file on a remote machine in
a specified directory. |
RemoteZipResource.java | Class | A Resource that is an entry in
a specified zip file on a remote machine. |
Resource.java | Class | A resource that is a file existing on the local machine or a remote
machine. |