Package org.apache.catalina.loader
Class ResourceEntry
java.lang.Object
org.apache.catalina.loader.ResourceEntry
-
Field Summary
Modifier and TypeFieldDescriptionlong
The "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the epoch.Class
<?> Loaded class. -
Constructor Summary
-
Method Summary
-
Field Details
-
lastModified
public long lastModifiedThe "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the epoch. -
loadedClass
Loaded class.
-
-
Constructor Details
-
ResourceEntry
public ResourceEntry()
-