| | |
| | | secureArgsList.adminUidArg.setHidden(false); |
| | | defaultArgs.remove(secureArgsList.hostNameArg); |
| | | defaultArgs.remove(secureArgsList.portArg); |
| | | defaultArgs.remove(verboseArg); |
| | | UserData uData = new UserData(); |
| | | referencedHostNameArg = new StringArgument("referencedHostName", |
| | | ToolConstants.OPTION_SHORT_HOST, |
| | |
| | | } |
| | | |
| | | /** |
| | | * Tells whether the user specified to have a verbose uninstall or not. |
| | | * This method must be called after calling parseArguments. |
| | | * @return <CODE>true</CODE> if the user specified to have a verbose |
| | | * uninstall and <CODE>false</CODE> otherwise. |
| | | */ |
| | | public boolean isVerbose() |
| | | { |
| | | return verboseArg.isPresent(); |
| | | } |
| | | |
| | | /** |
| | | * Tells whether the user specified to remove all files. |
| | | * This method must be called after calling parseArguments. |
| | | * @return <CODE>true</CODE> if the user specified to remove all files and |