| | |
| | | /** |
| | | * This class is in charge of performing the uninstallation of Open DS. |
| | | */ |
| | | public class Uninstaller extends Application { |
| | | public class Uninstaller extends Application implements CliApplication { |
| | | |
| | | private ProgressStep status = UninstallProgressStep.NOT_STARTED; |
| | | |
| | |
| | | |
| | | private Boolean isWindowsServiceEnabled; |
| | | |
| | | private UninstallCliHelper cliHelper = new UninstallCliHelper(); |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public UserData createUserData(String[] args, CurrentInstallStatus status) |
| | | throws UserDataException |
| | | { |
| | | return cliHelper.createUserData(args, status); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | protected String getInstallationPath() { |
| | | return null; |
| | | } |