org.apache.catalina.loader

Class ResourceEntry


public class ResourceEntry
extends java.lang.Object

Resource entry.

Version:
$Revision: 1.2 $ $Date: 2004/02/27 14:58:44 $

Author:
Remy Maucherat

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.

Field Details

binaryContent

public byte[] binaryContent
Binary content of the resource.


certificates

public Certificate[] certificates
Certificates (if the resource was loaded from a JAR).


codeBase

public URL codeBase
URL of the codebase from where the object was loaded.


lastModified

public long lastModified
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.


loadedClass

public Class loadedClass
Loaded class.


manifest

public Manifest manifest
Manifest (if the resource was loaded from a JAR).


source

public URL source
URL source from where the object was loaded.


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.