Class CachedJarsPackageManager.JarXEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String cachefile
      Specifies the actual cache file once that is created or opened.
      long mtime  
    • Constructor Summary

      Constructors 
      Constructor Description
      JarXEntry​(java.lang.String cachefile)  
      JarXEntry​(java.lang.String cachefile, long mtime)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cachefile

        public java.lang.String cachefile
        Specifies the actual cache file once that is created or opened.
      • mtime

        public long mtime
    • Constructor Detail

      • JarXEntry

        public JarXEntry​(java.lang.String cachefile)
      • JarXEntry

        public JarXEntry​(java.lang.String cachefile,
                         long mtime)