Class MavenRecipeBundle
java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeBundle
- All Implemented Interfaces:
org.openrewrite.marketplace.RecipeBundle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openrewrite.config.RecipeDescriptordescribe(org.openrewrite.marketplace.RecipeListing listing) org.openrewrite.RecipeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marketplace.RecipeBundle
getTeam
-
Constructor Details
-
MavenRecipeBundle
public MavenRecipeBundle()
-
-
Method Details
-
getPackageEcosystem
- Specified by:
getPackageEcosystemin interfaceorg.openrewrite.marketplace.RecipeBundle
-
getPackageName
- Specified by:
getPackageNamein interfaceorg.openrewrite.marketplace.RecipeBundle
-
getVersion
- Specified by:
getVersionin interfaceorg.openrewrite.marketplace.RecipeBundle
-
describe
public org.openrewrite.config.RecipeDescriptor describe(org.openrewrite.marketplace.RecipeListing listing) - Specified by:
describein interfaceorg.openrewrite.marketplace.RecipeBundle
-
prepare
public org.openrewrite.Recipe prepare(org.openrewrite.marketplace.RecipeListing listing, Map<String, Object> options) - Specified by:
preparein interfaceorg.openrewrite.marketplace.RecipeBundle
-