Class ResourceEntry


  • public class ResourceEntry
    extends Object
    Resource entry.
    Version:
    $Revision: 1.1.2.1 $ $Date: 2007/08/17 15:46:27 $
    Author:
    Remy Maucherat
    • 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 volatile Class<?> loadedClass
        Loaded class.
      • source

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

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

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

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

      • ResourceEntry

        public ResourceEntry()