Package org.python.core.packagecache
Class CachedJarsPackageManager.JarXEntry
- java.lang.Object
-
- org.python.core.packagecache.CachedJarsPackageManager.JarXEntry
-
- Enclosing class:
- CachedJarsPackageManager
public static class CachedJarsPackageManager.JarXEntry extends java.lang.Object
Class of object used to represent a cache file and last modification time, internally and toCachedJarsPackageManager.outCreateCacheFile(org.python.core.packagecache.CachedJarsPackageManager.JarXEntry, boolean)
. When caching, aJarXEntry
is created for each JAR processed for classes, and corresponds to a file in the package cache directory. The name is based on the name of the JAR.