Interface ResidentMavenInvoker

All Superinterfaces:
AutoCloseable, Invoker<MavenInvokerRequest<MavenOptions>>, MavenInvoker<MavenInvokerRequest<MavenOptions>>

@Experimental public interface ResidentMavenInvoker extends MavenInvoker<MavenInvokerRequest<MavenOptions>>
Resident invoker. Instance is shut down when this instance is closed.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes cleanly the daemon.

    Methods inherited from interface org.apache.maven.api.cli.mvn.MavenInvoker

    invoke