Uses of Class
io.quarkus.deployment.dev.RuntimeUpdatesProcessor.TimestampSet
-
Packages that use RuntimeUpdatesProcessor.TimestampSet Package Description io.quarkus.deployment.dev -
-
Uses of RuntimeUpdatesProcessor.TimestampSet in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev with parameters of type RuntimeUpdatesProcessor.TimestampSet Modifier and Type Method Description (package private) ClassScanResultRuntimeUpdatesProcessor. checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo,DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet)A first scan is considered done when we have visited all modules at least once.(package private) Set<String>RuntimeUpdatesProcessor. checkForFileChange(Function<DevModeContext.ModuleInfo,DevModeContext.CompilationUnit> cuf, RuntimeUpdatesProcessor.TimestampSet timestampSet)voidRuntimeUpdatesProcessor.TimestampSet. merge(RuntimeUpdatesProcessor.TimestampSet other)
-