org.apache.catalina.loader
public class ResourceEntry extends Object
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
byte[] | binaryContent
Binary content of the resource. |
Certificate[] | certificates
Certificates (if the resource was loaded from a JAR). |
URL | codeBase
URL of the codebase from where the object was loaded. |
long | lastModified
The "last modified" time of the origin file at the time this class
was loaded, in milliseconds since the epoch. |
Class | loadedClass
Loaded class. |
Manifest | manifest
Manifest (if the resource was loaded from a JAR). |
URL | source
URL source from where the object was loaded. |