public class ResourceEntry extends Object
| Modifier and Type | Field and Description | 
|---|---|
| byte[] | binaryContentBinary content of the resource. | 
| Certificate[] | certificatesCertificates (if the resource was loaded from a JAR). | 
| URL | codeBaseURL of the codebase from where the object was loaded. | 
| long | lastModifiedThe "last modified" time of the origin file at the time this class
 was loaded, in milliseconds since the epoch. | 
| Class<?> | loadedClassLoaded class. | 
| Manifest | manifestManifest (if the resource was loaded from a JAR). | 
| URL | sourceURL source from where the object was loaded. | 
| Constructor and Description | 
|---|
| ResourceEntry() | 
public long lastModified
public byte[] binaryContent
public volatile Class<?> loadedClass
public URL source
public URL codeBase
public Manifest manifest
public Certificate[] certificates
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.