Class RecipeDescriptorTree

java.lang.Object
org.openrewrite.maven.ui.RecipeDescriptorTree
All Implemented Interfaces:
Comparable<RecipeDescriptorTree>

public class RecipeDescriptorTree extends Object implements Comparable<RecipeDescriptorTree>
Used for traversing around the collection of available RecipeDescriptors in the environment.

It's not the most "proper" tree in the world, since these hold both data for a "directory" of recipes as well as RecipeDescriptors themselves. But it's not the end of the world.

  • Constructor Details

    • RecipeDescriptorTree

      public RecipeDescriptorTree()
    • RecipeDescriptorTree

      public RecipeDescriptorTree(String displayName)
  • Method Details