| File was renamed from opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java |
| | |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.quicksetup.uninstaller; |
| | | package org.opends.guitools.uninstaller; |
| | | |
| | | |
| | | import org.opends.guitools.i18n.ResourceProvider; |
| | | import org.opends.quicksetup.*; |
| | | import org.opends.quicksetup.util.Utils; |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * Gets the resource provider instance. |
| | | * @return ResourceProvider instance |
| | | */ |
| | | protected ResourceProvider getI18n() |
| | | { |
| | | return ResourceProvider.getInstance(); |
| | | } |
| | | |
| | | /** |
| | | * Commodity method used to ask the user to confirm the deletion of certain |
| | | * parts of the server. It updates the provided UserData object |
| | | * accordingly. Returns <CODE>true</CODE> if the user cancels and <CODE> |
| | |
| | | } |
| | | return confirm; |
| | | } |
| | | |
| | | } |