Package org.exolab.castor.util.dialog
Class ConsoleDialog
java.lang.Object
org.exolab.castor.util.dialog.ConsoleDialog
- All Implemented Interfaces:
Dialog
A simple utility class to handle command line dialogs
- Author:
- Nathan Green, Keith Visco
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Presents a confirmation prompt with the given message.char
Presents a confirmation prompt for values with the given messge.char
Presents a confirmation prompt for values with the given messgevoid
Displays the given message to the user.
-
Constructor Details
-
ConsoleDialog
public ConsoleDialog()Creates a new Console Dialog
-
-
Method Details
-
confirm
-
confirm
Presents a confirmation prompt for values with the given messge. -
confirm
Presents a confirmation prompt for values with the given messge -
notify
-