org.codehaus.groovy.sandbox.ui
Class PromptFactory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromptFactory
public PromptFactory()
buildPrompt
public static Prompt buildPrompt(InputStream in,
PrintStream out,
PrintStream err)
Copyright © 2003-2008 The Codehaus. All Rights Reserved.