org.apache.catalina.loader
Class ResourceEntry

java.lang.Object
  extended byorg.apache.catalina.loader.ResourceEntry

public class ResourceEntry
extends java.lang.Object

Resource entry.

Version:
$Revision: 466595 $ $Date: 2006-10-21 23:24:41 +0100 (Sat, 21 Oct 2006) $
Author:
Remy Maucherat

Field Summary
 byte[] binaryContent
          Binary content of the resource.
 java.security.cert.Certificate[] certificates
          Certificates (if the resource was loaded from a JAR).
 java.net.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.
 java.lang.Class loadedClass
          Loaded class.
 java.util.jar.Manifest manifest
          Manifest (if the resource was loaded from a JAR).
 java.net.URL source
          URL source from where the object was loaded.
 
Constructor Summary
ResourceEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastModified

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


binaryContent

public byte[] binaryContent
Binary content of the resource.


loadedClass

public java.lang.Class loadedClass
Loaded class.


source

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


codeBase

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


manifest

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


certificates

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

Constructor Detail

ResourceEntry

public ResourceEntry()


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.