Package org.openrewrite.config
Class CategoryTree.Root<G>
java.lang.Object
org.openrewrite.config.CategoryTree<G>
org.openrewrite.config.CategoryTree.Root<G>
- Enclosing class:
- CategoryTree<G>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openrewrite.config.CategoryTree
CategoryTree.PrintNameStyle, CategoryTree.PrintOptions, CategoryTree.Root<G> -
Method Summary
Modifier and TypeMethodDescriptionprint(CategoryTree.PrintOptions printOptions) putAll(G group, Environment environment) putCategories(G group, CategoryDescriptor... categories) putRecipes(G group, RecipeDescriptor... recipes) toString()Methods inherited from class org.openrewrite.config.CategoryTree
build, getCategories, getCategories, getCategory, getCategory, getCategoryOrThrow, getCategoryOrThrow, getRecipe, getRecipeCount, getRecipeGroup, getRecipes, getRecipesByGroup
-
Method Details
-
removeAll
-
putAll
-
putRecipes
-
putCategories
-
getDescriptor
- Overrides:
getDescriptorin classCategoryTree<G>
-
toString
- Overrides:
toStringin classCategoryTree<G>
-
print
-