Package org.apache.maven.shared.utils.cli.javatool

Interface Summary
JavaTool<Request extends JavaToolRequest> Describes a java tool, means a executable available in the jdk.
JavaToolRequest Specifies the minimum parameters used to control a JavaTool invocation.
 

Class Summary
AbstractJavaTool<Request extends JavaToolRequest> Abstract implementation of a JavaTool.
AbstractJavaToolRequest Abstract implementation of a JavaToolRequest.
JavaToolResult Describes the result of a JavaTool invocation.
 

Exception Summary
JavaToolException Signals an error during the construction of the command line used to invoke java tool, e.g.
 



Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.