Package org.openrewrite.maven.ui
Class RecipeDescriptorTreePrompter
- java.lang.Object
-
- org.openrewrite.maven.ui.RecipeDescriptorTreePrompter
-
public class RecipeDescriptorTreePrompter extends Object
Interactive shell to select and explore available options in the environment.
-
-
Constructor Summary
Constructors Constructor Description RecipeDescriptorTreePrompter(org.codehaus.plexus.components.interactivity.Prompter prompter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openrewrite.config.RecipeDescriptorexecute(Collection<org.openrewrite.config.RecipeDescriptor> recipeDescriptors)
-
-
-
Method Detail
-
execute
public org.openrewrite.config.RecipeDescriptor execute(Collection<org.openrewrite.config.RecipeDescriptor> recipeDescriptors) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-