|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.sandbox.ui.PromptFactory
public class PromptFactory
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(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PromptFactory()
Method Detail |
---|
public static Prompt buildPrompt(java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |