org.codehaus.groovy.sandbox.ui
Class PromptFactory

java.lang.Object
  extended by org.codehaus.groovy.sandbox.ui.PromptFactory

public class PromptFactory
extends Object

Factory to build a command line prompt. Should build the most featureful prompt available.

Currently readline prompt will be looked up dynamically, and defaults to normal System.in prompt.


Constructor Summary
PromptFactory()
           
 
Method Summary
static Prompt buildPrompt(InputStream in, PrintStream out, PrintStream err)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromptFactory

public PromptFactory()
Method Detail

buildPrompt

public static Prompt buildPrompt(InputStream in,
                                 PrintStream out,
                                 PrintStream err)


Copyright © 2003-2008 The Codehaus. All Rights Reserved.