Class DefaultQuickReloadService.PluginRecord

java.lang.Object
eu.rarogsoftware.rarog.platform.plugins.quickreload.DefaultQuickReloadService.PluginRecord
Enclosing class:
DefaultQuickReloadService

static final class DefaultQuickReloadService.PluginRecord extends Object
  • Field Details

    • fileHash

      byte[] fileHash
    • watchKey

      WatchKey watchKey
    • doNotReinstallBefore

      long doNotReinstallBefore
  • Constructor Details

    • PluginRecord

      PluginRecord(byte[] fileHash, WatchKey watchKey, long doNotReinstallBefore)
  • Method Details