org.codehaus.groovy.grails.cli
Class CommandLineInputHandler

java.lang.Object
  extended by org.codehaus.groovy.grails.cli.CommandLineInputHandler
All Implemented Interfaces:
org.apache.tools.ant.input.InputHandler

public class CommandLineInputHandler
extends java.lang.Object
implements org.apache.tools.ant.input.InputHandler

Custom input handler mechanism for Ant that ignores case of input.

Since:
2.0

Constructor Summary
CommandLineInputHandler()
           
 
Method Summary
 void handleInput(org.apache.tools.ant.input.InputRequest inputRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineInputHandler

public CommandLineInputHandler()
Method Detail

handleInput

public void handleInput(org.apache.tools.ant.input.InputRequest inputRequest)
                 throws org.apache.tools.ant.BuildException
Specified by:
handleInput in interface org.apache.tools.ant.input.InputHandler
Throws:
org.apache.tools.ant.BuildException