Explain how to make ANT user interactive

Explain how to make ANT user interactive.

The org.apache.tools.ant.input.InputHandler interface is used to implement the user input. To perform the user input, the application creates InputRequest object and this object will be passed to InputHandler. The user input will be rejected if it is invalid.

The InputHandler interface has exactly one method, by name handleInput(InputRequest request). This method throws org.apache.tools.ant.BuildException, if the input is invalid.
J2ME: What is J2ME?
J2ME – Java 2 Platform Micro Edition. It is targeted at small, standalone or connectable consumer and embedded devices..
J2ME CDC: What is CDC?
J2ME CDC - Connected Device Configuration (CDC) is a set of tools for developing applications that run on a range of network-connected..
J2ME CDMA: What is CDMA?
J2ME CDMA - CDMA (Code Division Multiple Access) is a multiplexing technique based on spread spectrum approach...
Post your comment