public class ResourceEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
binaryContent
Binary content of the resource.
|
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.net.URL |
source
URL source from where the object was loaded.
|
WebResource |
webResource |
Constructor and Description |
---|
ResourceEntry() |
public long lastModified
public byte[] binaryContent
public volatile java.lang.Class<?> loadedClass
public java.net.URL source
public WebResource webResource
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.