public class GUIInputHandler
extends java.lang.Object
implements org.apache.tools.ant.input.InputHandler
Constructor and Description |
---|
GUIInputHandler() |
GUIInputHandler(java.awt.Component parent) |
Modifier and Type | Method and Description |
---|---|
void |
handleInput(org.apache.tools.ant.input.InputRequest request)
Prompts and requests input.
|
public GUIInputHandler()
public GUIInputHandler(java.awt.Component parent)
parent
- the parent component to display the input dialog.public void handleInput(org.apache.tools.ant.input.InputRequest request) throws org.apache.tools.ant.BuildException
handleInput
in interface org.apache.tools.ant.input.InputHandler
org.apache.tools.ant.BuildException