Package org.apache.maven.shared.utils.cli.javatool
-
Interface Summary Interface Description JavaTool<Request extends JavaToolRequest> Describes a java tool, means a executable available in the jdk.JavaToolRequest Specifies the minimum parameters used to control aJavaTool
invocation. -
Class Summary Class Description AbstractJavaTool<Request extends JavaToolRequest> Abstract implementation of aJavaTool
.AbstractJavaToolRequest Abstract implementation of aJavaToolRequest
.JavaToolResult Describes the result of aJavaTool
invocation. -
Exception Summary Exception Description JavaToolException Signals an error during the construction of the command line used to invoke java tool, e.g.