Uses of Class
io.quarkus.deployment.dev.ClassScanResult
Packages that use ClassScanResult
-
Uses of ClassScanResult in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return ClassScanResultModifier and TypeMethodDescription(package private) ClassScanResultRuntimeUpdatesProcessor.checkForChangedClasses(boolean firstScan) (package private) ClassScanResultRuntimeUpdatesProcessor.checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo, DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet, boolean compilingTests) A first scan is considered done when we have visited all modules at least once.(package private) ClassScanResultRuntimeUpdatesProcessor.checkForChangedTestClasses(boolean firstScan) static ClassScanResultClassScanResult.merge(ClassScanResult m1, ClassScanResult m2) Methods in io.quarkus.deployment.dev with parameters of type ClassScanResultModifier and TypeMethodDescriptionstatic ClassScanResultClassScanResult.merge(ClassScanResult m1, ClassScanResult m2) (package private) voidIsolatedRemoteDevModeMain.regenerateApplication(Set<String> ignore, ClassScanResult ignore2) (package private) voidIsolatedTestModeMain.regenerateApplication(Set<String> ignore, ClassScanResult ignore2) voidIsolatedDevModeMain.restartCallback(Set<String> changedResources, ClassScanResult result) Constructor parameters in io.quarkus.deployment.dev with type arguments of type ClassScanResultModifierConstructorDescriptionRuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, io.quarkus.dev.spi.DevModeType devModeType, BiConsumer<Set<String>, ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo, String> copyResourceNotification, BiFunction<String, byte[], byte[]> classTransformers, TestSupport testSupport, AtomicReference<Throwable> deploymentProblem) -
Uses of ClassScanResult in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing that return ClassScanResultMethods in io.quarkus.deployment.dev.testing with parameters of type ClassScanResultModifier and TypeMethodDescription(package private) RunnableModuleTestRunner.prepare(ClassScanResult classScanResult, boolean reRunFailures, long runId, TestRunListener listener) (package private) voidTestSupport.runInternal(ClassScanResult classScanResult, boolean reRunFailures) voidTestSupport.runTests(ClassScanResult classScanResult) JunitTestRunner.Builder.setClassScanResult(ClassScanResult classScanResult) Constructors in io.quarkus.deployment.dev.testing with parameters of type ClassScanResultModifierConstructorDescriptionTestRunResults(long id, ClassScanResult trigger, boolean full, long started, long completed, Map<String, TestClassResult> results)