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
Methods inherited from interface org.apache.maven.api.cli.mvn.MavenInvoker
invoke
-
Method Details
-
close
Closes cleanly the daemon.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceInvoker<MavenInvokerRequest<MavenOptions>>
- Throws:
InvokerException
- if an error occurs while closing theInvoker
-