Class NewLauncherSettings.HashedStoreEntry

  • Enclosing class:
    NewLauncherSettings

    public static class NewLauncherSettings.HashedStoreEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String fullPath  
      pro.gravit.launcher.hasher.HashedDir hdir  
      java.lang.String name  
      boolean needSave  
    • Constructor Summary

      Constructors 
      Constructor Description
      HashedStoreEntry​(pro.gravit.launcher.hasher.HashedDir hdir, java.lang.String name, java.lang.String fullPath)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • hdir

        public final pro.gravit.launcher.hasher.HashedDir hdir
      • name

        public final java.lang.String name
      • fullPath

        public final java.lang.String fullPath
      • needSave

        public transient boolean needSave
    • Constructor Detail

      • HashedStoreEntry

        public HashedStoreEntry​(pro.gravit.launcher.hasher.HashedDir hdir,
                                java.lang.String name,
                                java.lang.String fullPath)