Class RuntimeUpdatesProcessor.TimestampSet

java.lang.Object
io.quarkus.deployment.dev.RuntimeUpdatesProcessor.TimestampSet
Enclosing class:
RuntimeUpdatesProcessor

static class RuntimeUpdatesProcessor.TimestampSet extends Object
  • Field Details

    • classFileChangeTimeStamps

      final Map<Path,Long> classFileChangeTimeStamps
    • classFilePathToSourceFilePath

      final Map<Path,Path> classFilePathToSourceFilePath
    • watchedPaths

      volatile Map<Path,io.quarkus.deployment.dev.RuntimeUpdatesProcessor.WatchedPath> watchedPaths
    • watchedFilePaths

      volatile Map<String,Boolean> watchedFilePaths
    • watchedFilePredicates

      volatile List<Map.Entry<Predicate<String>,Boolean>> watchedFilePredicates
  • Constructor Details

    • TimestampSet

      TimestampSet()
  • Method Details