Package org.openrewrite.maven.ui
Class RecipeDescriptorTreePrompter
java.lang.Object
org.openrewrite.maven.ui.RecipeDescriptorTreePrompter
Interactive shell to select and explore available options in the environment.
-
Constructor Summary
ConstructorsConstructorDescriptionRecipeDescriptorTreePrompter(org.codehaus.plexus.components.interactivity.Prompter prompter) -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.config.RecipeDescriptorexecute(Collection<org.openrewrite.config.RecipeDescriptor> recipeDescriptors)
-
Constructor Details
-
RecipeDescriptorTreePrompter
public RecipeDescriptorTreePrompter(org.codehaus.plexus.components.interactivity.Prompter prompter)
-
-
Method Details
-
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
-