FileDocCategorySizeDatePackage
ResourceEntry.javaAPI DocApache Tomcat 6.0.141992Fri Jul 20 04:20:36 BST 2007org.apache.catalina.loader

ResourceEntry

public class ResourceEntry extends Object
Resource entry.
author
Remy Maucherat
version
$Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $

Fields Summary
public long
lastModified
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
public byte[]
binaryContent
Binary content of the resource.
public Class
loadedClass
Loaded class.
public URL
source
URL source from where the object was loaded.
public URL
codeBase
URL of the codebase from where the object was loaded.
public Manifest
manifest
Manifest (if the resource was loaded from a JAR).
public Certificate[]
certificates
Certificates (if the resource was loaded from a JAR).
Constructors Summary
Methods Summary