Uses of Class
io.quarkus.bootstrap.resolver.maven.IncubatingApplicationModelResolver
Packages that use IncubatingApplicationModelResolver
-
Uses of IncubatingApplicationModelResolver in io.quarkus.bootstrap.resolver.maven
Methods in io.quarkus.bootstrap.resolver.maven that return IncubatingApplicationModelResolverModifier and TypeMethodDescriptionIncubatingApplicationModelResolver.newInstance()IncubatingApplicationModelResolver.setApplicationModelBuilder(ApplicationModelBuilder appBuilder) Application model builder to add the resolved dependencies to.IncubatingApplicationModelResolver.setArtifactResolver(MavenArtifactResolver resolver) Maven artifact resolver that should be used to resolve application dependenciesIncubatingApplicationModelResolver.setCollectCompileOnly(List<org.eclipse.aether.graph.Dependency> collectCompileOnly) In addition to resolving dependencies for the build classpath, also resolve these compile-only dependencies and add them to the application model asDependencyFlags.COMPILE_ONLY.IncubatingApplicationModelResolver.setCollectReloadableModules(boolean collectReloadableModules) Whether to indicate which resolved dependencies are reloadable.IncubatingApplicationModelResolver.setDependencyLogging(DependencyLoggingConfig depLogging) Dependency logging configuration.IncubatingApplicationModelResolver.setDevMode(boolean devMode) Whether an application model is resolved for dev modeIncubatingApplicationModelResolver.setRuntimeModelOnly(boolean runtimeModelOnly) Whether to limit the resultingApplicationModelto the runtime dependencies.