Uses of Enum Class
io.quarkus.devtools.project.BuildTool
Packages that use BuildTool
Package
Description
-
Uses of BuildTool in io.quarkus.devtools.codestarts.quarkus
Methods in io.quarkus.devtools.codestarts.quarkus that return BuildToolMethods in io.quarkus.devtools.codestarts.quarkus with parameters of type BuildToolModifier and TypeMethodDescription -
Uses of BuildTool in io.quarkus.devtools.project
Methods in io.quarkus.devtools.project that return BuildToolModifier and TypeMethodDescriptionstatic BuildToolQuarkusProjectHelper.detectExistingBuildTool(Path projectDirPath) static BuildToolstatic BuildToolBuildTool.fromProject(Path projectDirPath) Determine the build tool from the contents of an existing project (pom.xml, build.gradle.kts, build.gradle, etc.)QuarkusProject.getBuildTool()static BuildToolQuarkusProject.resolveExistingProjectBuildTool(Path projectDirPath) static BuildToolReturns the enum constant of this class with the specified name.static BuildTool[]BuildTool.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.devtools.project with parameters of type BuildToolModifier and TypeMethodDescriptionstatic QuarkusProjectQuarkusProjectHelper.getProject(Path projectDir, BuildTool buildTool) static QuarkusProjectQuarkusProjectHelper.getProject(Path projectDir, BuildTool buildTool, String quarkusVersion) Deprecated.static QuarkusProjectQuarkusProjectHelper.getProject(Path projectDir, io.quarkus.registry.catalog.ExtensionCatalog catalog, BuildTool buildTool) static QuarkusProjectQuarkusProjectHelper.getProject(Path projectDir, io.quarkus.registry.catalog.ExtensionCatalog catalog, BuildTool buildTool, JavaVersion javaVersion) static QuarkusProjectQuarkusProjectHelper.getProject(Path projectDir, io.quarkus.registry.catalog.ExtensionCatalog catalog, BuildTool buildTool, JavaVersion javaVersion, io.quarkus.devtools.messagewriter.MessageWriter log) static QuarkusProjectQuarkusProject.of(Path projectDirPath, io.quarkus.registry.catalog.ExtensionCatalog catalog, List<ResourceLoader> codestartsResourceLoader, io.quarkus.devtools.messagewriter.MessageWriter log, BuildTool buildTool, JavaVersion javaVersion) -
Uses of BuildTool in io.quarkus.devtools.project.buildfile
Methods in io.quarkus.devtools.project.buildfile that return BuildToolModifier and TypeMethodDescriptionAbstractGroovyGradleBuildFile.getBuildTool()GroovyGradleBuildFile.getBuildTool()KotlinGradleBuildFile.getBuildTool()MavenBuildFile.getBuildTool()Deprecated.MavenProjectBuildFile.getBuildTool() -
Uses of BuildTool in io.quarkus.devtools.project.extensions
Methods in io.quarkus.devtools.project.extensions that return BuildTool -
Uses of BuildTool in io.quarkus.devtools.project.update.rewrite
Fields in io.quarkus.devtools.project.update.rewrite declared as BuildToolMethods in io.quarkus.devtools.project.update.rewrite that return BuildToolMethods in io.quarkus.devtools.project.update.rewrite with parameters of type BuildToolModifier and TypeMethodDescriptionQuarkusUpdates.createRecipe(io.quarkus.devtools.messagewriter.MessageWriter log, Path target, io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver, BuildTool buildTool, String quarkusUpdateRecipes, String additionalUpdateRecipes, QuarkusUpdates.ProjectUpdateRequest request) QuarkusUpdatesRepository.fetchRecipes(io.quarkus.devtools.messagewriter.MessageWriter log, io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver, BuildTool buildTool, String quarkusUpdateRecipes, String additionalUpdateRecipes, String currentVersion, String targetVersion, List<ExtensionUpdateInfo> topExtensionDependency) static voidQuarkusUpdateCommand.handle(io.quarkus.devtools.messagewriter.MessageWriter log, BuildTool buildTool, Path baseDir, String rewritePluginVersion, String recipesGAV, Path recipe, Path logFile, boolean dryRun) Return the OpenRewrite operation name and the parameters as a map { "operation-name": { "p1": "v1" }}Constructors in io.quarkus.devtools.project.update.rewrite with parameters of type BuildToolModifierConstructorDescriptionProjectUpdateRequest(BuildTool buildTool, String currentVersion, String targetVersion, String kotlinVersion, Optional<Integer> updateJavaVersion, ProjectExtensionsUpdateInfo projectExtensionsUpdateInfo) -
Uses of BuildTool in io.quarkus.devtools.project.update.rewrite.operations
Methods in io.quarkus.devtools.project.update.rewrite.operations with parameters of type BuildToolModifier and TypeMethodDescription