Uses of Class
io.quarkus.devtools.project.BuildTool
-
-
Uses of BuildTool in io.quarkus.devtools.codestarts.quarkus
Methods in io.quarkus.devtools.codestarts.quarkus that return BuildTool Modifier and Type Method Description BuildToolQuarkusCodestartProjectInput. getBuildTool()Methods in io.quarkus.devtools.codestarts.quarkus with parameters of type BuildTool Modifier and Type Method Description QuarkusCodestartProjectInputBuilderQuarkusCodestartProjectInputBuilder. buildTool(BuildTool buildTool) -
Uses of BuildTool in io.quarkus.devtools.project
Methods in io.quarkus.devtools.project that return BuildTool Modifier and Type Method Description static BuildToolQuarkusProjectHelper. detectExistingBuildTool(Path projectDirPath)static BuildToolBuildTool. findTool(String tool)static BuildToolBuildTool. fromProject(Path projectDirPath)Determine the build tool from the contents of an existing project (pom.xml, build.gradle.kts, build.gradle, etc.)BuildToolQuarkusProject. getBuildTool()static BuildToolQuarkusProject. resolveExistingProjectBuildTool(Path projectDirPath)static BuildToolBuildTool. valueOf(String name)Returns the enum constant of this type with the specified name.static BuildTool[]BuildTool. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.devtools.project with parameters of type BuildTool Modifier and Type Method Description static QuarkusProjectQuarkusProjectHelper. getProject(Path projectDir, BuildTool buildTool)static QuarkusProjectQuarkusProjectHelper. getProject(Path projectDir, BuildTool buildTool, String quarkusVersion)Deprecated.static QuarkusProjectQuarkusProjectHelper. getProject(Path projectDir, ExtensionCatalog catalog, BuildTool buildTool)static QuarkusProjectQuarkusProjectHelper. getProject(Path projectDir, ExtensionCatalog catalog, BuildTool buildTool, JavaVersion javaVersion)static QuarkusProjectQuarkusProjectHelper. getProject(Path projectDir, ExtensionCatalog catalog, BuildTool buildTool, JavaVersion javaVersion, io.quarkus.devtools.messagewriter.MessageWriter log)static QuarkusProjectQuarkusProject. of(Path projectDirPath, 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 BuildTool Modifier and Type Method Description BuildToolAbstractGroovyGradleBuildFile. getBuildTool()BuildToolGroovyGradleBuildFile. getBuildTool()BuildToolKotlinGradleBuildFile. getBuildTool()BuildToolMavenBuildFile. getBuildTool()Deprecated.BuildToolMavenProjectBuildFile. getBuildTool() -
Uses of BuildTool in io.quarkus.devtools.project.extensions
Methods in io.quarkus.devtools.project.extensions that return BuildTool Modifier and Type Method Description BuildToolExtensionManager. getBuildTool() -
Uses of BuildTool in io.quarkus.devtools.project.update.rewrite
Fields in io.quarkus.devtools.project.update.rewrite declared as BuildTool Modifier and Type Field Description BuildToolQuarkusUpdates.ProjectUpdateRequest. buildToolMethods in io.quarkus.devtools.project.update.rewrite that return BuildTool Modifier and Type Method Description BuildToolQuarkusUpdateRecipe. getBuildTool()Methods in io.quarkus.devtools.project.update.rewrite with parameters of type BuildTool Modifier and Type Method Description QuarkusUpdateRecipeQuarkusUpdateRecipe. buildTool(BuildTool buildTool)static QuarkusUpdatesRepository.FetchResultQuarkusUpdates. createRecipe(io.quarkus.devtools.messagewriter.MessageWriter log, Path target, io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver, BuildTool buildTool, String updateRecipesVersion, QuarkusUpdates.ProjectUpdateRequest request)static QuarkusUpdatesRepository.FetchResultQuarkusUpdatesRepository. fetchRecipes(io.quarkus.devtools.messagewriter.MessageWriter log, io.quarkus.bootstrap.resolver.maven.MavenArtifactResolver artifactResolver, BuildTool buildTool, String recipeVersion, String currentVersion, String targetVersion)static voidQuarkusUpdateCommand. handle(io.quarkus.devtools.messagewriter.MessageWriter log, BuildTool buildTool, Path baseDir, String rewritePluginVersion, String recipesGAV, Path recipe, boolean dryRun)default List<Map<String,Object>>RewriteOperation. multi(BuildTool buildTool)default Map<String,Object>RewriteOperation. single(BuildTool buildTool)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 BuildTool Constructor Description ProjectUpdateRequest(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 BuildTool Modifier and Type Method Description List<Map<String,Object>>UpdateJavaVersionOperation. multi(BuildTool buildTool)Map<String,Object>UpdateDependencyVersionOperation. single(BuildTool buildTool)Map<String,Object>UpdateManagedDependencyVersionOperation. single(BuildTool buildTool)Map<String,Object>UpdatePropertyOperation. single(BuildTool buildTool)Map<String,Object>UpgradeGradlePluginOperation. single(BuildTool buildTool)
-