Package org.exolab.adaptx.util
Class ConsoleDialog
java.lang.Object
org.exolab.adaptx.util.ConsoleDialog
A simple utility class to handle command line dialogs
- Version:
- $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
- Author:
- Keith Visco
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsoleDialog
public ConsoleDialog()Creates a new Console Dialog
-
-
Method Details
-
confirm
Presents a confirmation prompt with the given message- Parameters:
message
- , the confirmation prompt message to display- Returns:
- true if the user has selected a positive confirmation, otherwise false
-