org.codehaus.groovy.sandbox.ui
Class PromptFactory

java.lang.Object
  extended byorg.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()
           
 
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()
                          throws IOException
Throws:
IOException


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