Serialized Form
-
Package jadex.publishservicejetty.impl
-
Class jadex.publishservicejetty.impl.JarAsDirectory
class JarAsDirectory extends File implements Serializable-
Serialized Fields
-
dir
Boolean dir
-
entries
File[] entries
The subentries contained in the entry. -
entry
ZipEntry entry
The entry. -
entryfiles
Map<String,
JarAsDirectory> entryfiles The files for the entry paths (cached for easy access). -
entrystr
String entrystr
-
jarpath
String jarpath
The path of the jar file. -
lastmodified
long lastmodified
The timestamp of the file. -
refresh
boolean refresh
The refresh flag (normally only for root jar file but in remote case also for entries (partial jars).
-
-
-