Package org.apache.catalina.loader
Class ResourceEntry
java.lang.Object
org.apache.catalina.loader.ResourceEntry
Resource entry.
- Author:
- Remy Maucherat
- 
Field SummaryFieldsModifier and TypeFieldDescriptionlongThe "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the epoch.Class<?>Loaded class.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
lastModifiedpublic long lastModifiedThe "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the epoch.
- 
loadedClassLoaded class.
 
- 
- 
Constructor Details- 
ResourceEntrypublic ResourceEntry()
 
-