org.apache.catalina.loader

Class ResourceEntry

public class ResourceEntry extends Object

Resource entry.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
byte[]binaryContent
Binary content of the resource.
Certificate[]certificates
Certificates (if the resource was loaded from a JAR).
URLcodeBase
URL of the codebase from where the object was loaded.
longlastModified
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
ClassloadedClass
Loaded class.
Manifestmanifest
Manifest (if the resource was loaded from a JAR).
URLsource
URL source from where the object was loaded.

Field Detail

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 © 2000-2011 Apache Software Foundation. All Rights Reserved.