Class MavenRecipeBundleReader
java.lang.Object
org.openrewrite.maven.marketplace.MavenRecipeBundleReader
- All Implemented Interfaces:
org.openrewrite.marketplace.RecipeBundleReader
public class MavenRecipeBundleReader
extends Object
implements org.openrewrite.marketplace.RecipeBundleReader
-
Constructor Details
-
MavenRecipeBundleReader
public MavenRecipeBundleReader()
-
-
Method Details
-
read
public org.openrewrite.marketplace.RecipeMarketplace read()- Specified by:
readin interfaceorg.openrewrite.marketplace.RecipeBundleReader
-
describe
public org.openrewrite.config.RecipeDescriptor describe(org.openrewrite.marketplace.RecipeListing listing) - Specified by:
describein interfaceorg.openrewrite.marketplace.RecipeBundleReader
-
prepare
public org.openrewrite.Recipe prepare(org.openrewrite.marketplace.RecipeListing listing, @Nullable Map<String, Object> options) - Specified by:
preparein interfaceorg.openrewrite.marketplace.RecipeBundleReader
-