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 a
JavaTool invocation. |
Class | Description |
---|---|
AbstractJavaTool<Request extends JavaToolRequest> |
Abstract implementation of a
JavaTool . |
AbstractJavaToolRequest |
Abstract implementation of a
JavaToolRequest . |
JavaToolResult |
Describes the result of a
JavaTool invocation. |
Exception | Description |
---|---|
JavaToolException |
Signals an error during the construction of the command line used to invoke java tool, e.g. illegal invocation
arguments.
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.