org.exolab.adaptx.util
Class ConsoleDialog
java.lang.Object
org.exolab.adaptx.util.ConsoleDialog
public class ConsoleDialog
extends java.lang.Object
A simple utility class to handle command line dialogs
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
boolean | confirm(String message) - Presents a confirmation prompt with the given message
|
ConsoleDialog
public ConsoleDialog()
Creates a new Console Dialog
confirm
public boolean confirm(String message)
Presents a confirmation prompt with the given message
- true if the user has selected a positive confirmation,
otherwise false