Class ConfirmationChoice
- java.lang.Object
-
- org.jboss.as.domain.management.security.adduser.ConfirmationChoice
-
-
Constructor Summary
Constructors Constructor Description ConfirmationChoice(ConsoleWrapper theConsole, String[] messageLines, String prompt, State yesState, State noState)ConfirmationChoice(ConsoleWrapper theConsole, String message, String prompt, State yesState, State noState)
-
-
-
Constructor Detail
-
ConfirmationChoice
public ConfirmationChoice(ConsoleWrapper theConsole, String[] messageLines, String prompt, State yesState, State noState)
-
ConfirmationChoice
public ConfirmationChoice(ConsoleWrapper theConsole, String message, String prompt, State yesState, State noState)
-
-