Interface Call<T>

Type Parameters:
T - The type of the tool
All Known Subinterfaces:
WithModuleOptionsCall<T>, WithModuleSourceOptionsCall<T>
All Known Implementing Classes:
Call.Tool, Jar, Javac, Javadoc, Jlink, JUnit, TestModule

public interface Call<T>
A tool call with a list of argument objects.