API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.input. SecureInputHandler View Source
Author(s)
Since
Ant 1.7.1
Version
Serial
Hierarchy
 Object
      DefaultInputHandler
          SecureInputHandler
Implements
Subclasses
Description
public class SecureInputHandler
  Prompts and requests input.
See also:   
Constructors
public SecureInputHandler ()
Default no-args constructor
Methods
Hide/Show inherited methods
protected java.io.InputStream getInputStream () [Inherited From DefaultInputHandler]
  Returns the input stream from which the user input should be read.
protected java.lang.String getPrompt (InputRequest request) [Inherited From DefaultInputHandler]
  Constructs user prompt from a request.
public void handleInput (InputRequest request) throws BuildException [Overrides DefaultInputHandler]
  Handle the input
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar