public class UninstallCliHelper extends com.forgerock.opendj.cli.ConsoleApplication
| Constructor and Description |
|---|
UninstallCliHelper()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UninstallUserData |
createUserData(UninstallerArgumentParser args,
String[] rawArguments)
Creates a UserData based in the arguments provided.
|
boolean |
isAdvancedMode() |
boolean |
isInteractive() |
boolean |
isMenuDrivenMode() |
boolean |
isQuiet() |
boolean |
isScriptFriendly() |
boolean |
isVerbose() |
askConfirmation, askPort, confirmAction, errPrint, errPrintln, errPrintln, errPrintln, errPrintVerboseMessage, getErrorStream, getErrStream, getInputStream, getOutputStream, pressReturnToContinue, print, println, println, println, println, printProgressBar, printVerboseMessage, readInput, readInput, readLineOfInput, readPassword, readPassword, readPort, readValidatedInput, readValidatedInputpublic UninstallCliHelper()
public UninstallUserData createUserData(UninstallerArgumentParser args, String[] rawArguments) throws UserDataException, com.forgerock.opendj.cli.ClientException
args - the ArgumentParser with the allowed arguments of the command line.
The code assumes that the arguments have already been parsed.rawArguments - the arguments provided in the command line.UserDataException - if there is an error with the data in the arguments.com.forgerock.opendj.cli.ClientException - If there is an error processing data in non-interactive mode and
an error must be thrown (not in force on error mode).public boolean isAdvancedMode()
isAdvancedMode in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isInteractive()
isInteractive in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isMenuDrivenMode()
isMenuDrivenMode in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isQuiet()
isQuiet in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isScriptFriendly()
isScriptFriendly in class com.forgerock.opendj.cli.ConsoleApplicationpublic boolean isVerbose()
isVerbose in class com.forgerock.opendj.cli.ConsoleApplicationCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.