Class MavenRecipeBundle

java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeBundle
All Implemented Interfaces:
org.openrewrite.marketplace.RecipeBundle

public class MavenRecipeBundle extends Object implements org.openrewrite.marketplace.RecipeBundle
  • Constructor Details

    • MavenRecipeBundle

      public MavenRecipeBundle()
  • Method Details

    • getPackageEcosystem

      public String getPackageEcosystem()
      Specified by:
      getPackageEcosystem in interface org.openrewrite.marketplace.RecipeBundle
    • getPackageName

      public String getPackageName()
      Specified by:
      getPackageName in interface org.openrewrite.marketplace.RecipeBundle
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface org.openrewrite.marketplace.RecipeBundle
    • describe

      public org.openrewrite.config.RecipeDescriptor describe(org.openrewrite.marketplace.RecipeListing listing)
      Specified by:
      describe in interface org.openrewrite.marketplace.RecipeBundle
    • prepare

      public org.openrewrite.Recipe prepare(org.openrewrite.marketplace.RecipeListing listing, Map<String,Object> options)
      Specified by:
      prepare in interface org.openrewrite.marketplace.RecipeBundle