Uses of Class
org.openrewrite.maven.ui.RecipeDescriptorTree
-
Packages that use RecipeDescriptorTree Package Description org.openrewrite.maven.ui -
-
Uses of RecipeDescriptorTree in org.openrewrite.maven.ui
Methods in org.openrewrite.maven.ui that return RecipeDescriptorTree Modifier and Type Method Description RecipeDescriptorTreeRecipeDescriptorTree. addChild(String displayName)RecipeDescriptorTreeRecipeDescriptorTree. addChild(RecipeDescriptorTree child)RecipeDescriptorTreeRecipeDescriptorTree. getParent()Methods in org.openrewrite.maven.ui that return types with arguments of type RecipeDescriptorTree Modifier and Type Method Description List<RecipeDescriptorTree>RecipeDescriptorTree. getChildren()Methods in org.openrewrite.maven.ui with parameters of type RecipeDescriptorTree Modifier and Type Method Description RecipeDescriptorTreeRecipeDescriptorTree. addChild(RecipeDescriptorTree child)intRecipeDescriptorTree. compareTo(RecipeDescriptorTree o)
-