Class RmiMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eolang.hone.RmiMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="rmi", defaultPhase=PROCESS_CLASSES) public final class RmiMojo extends org.apache.maven.plugin.AbstractMojo
Remove Docker image.

This goal deletes Docker image from your machine, in order to save space and simply clean up after the optimization step. You may not use this goal at all, but we recommend to use it.

Since:
0.1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Docker image to use.
    protected boolean
    Use "sudo" for "docker".
    protected File
    The "target/" directory of Maven project.
    protected org.eolang.hone.Timings
    Timings.

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    final void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • target

      @Parameter(property="hone.target", defaultValue="${project.build.directory}") protected File target
      The "target/" directory of Maven project.
      Since:
      0.1.0
    • timings

      protected org.eolang.hone.Timings timings
      Timings.
      Since:
      0.1.0
    • image

      @Parameter(property="hone.image", defaultValue="yegor256/hone") protected String image
      Docker image to use.
      Since:
      0.1.0
    • sudo

      @Parameter(property="hone.sudo", defaultValue="false") protected boolean sudo
      Use "sudo" for "docker".
      Since:
      0.1.0
  • Constructor Details

    • RmiMojo

      public RmiMojo()
  • Method Details

    • exec

      public void exec() throws IOException
      Throws:
      IOException
    • execute

      public final void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException