Class DownloadSchemaRegistryMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.confluent.kafka.schemaregistry.maven.SchemaRegistryMojo
io.confluent.kafka.schemaregistry.maven.DownloadSchemaRegistryMojo
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="download") public class DownloadSchemaRegistryMojo extends SchemaRegistryMojo
  • Field Details

  • Constructor Details

    • DownloadSchemaRegistryMojo

      public DownloadSchemaRegistryMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • outputDirValidation

      public void outputDirValidation() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • encode

      protected String encode(String subject)