| | |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package org.opends.guitools.controlpanel.task; |
| | | |
| | |
| | | { |
| | | final List<String> args = getObfuscatedCommandLineArguments(getDSConfigCommandLineArguments(index)); |
| | | args.removeAll(getConfigCommandLineArguments()); |
| | | printEquivalentCommandLine(getConfigCommandLineName(index), args, |
| | | printEquivalentCommandLine(getConfigCommandLineName(), args, |
| | | INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_DELETE_INDEX.get()); |
| | | } |
| | | }); |
| | |
| | | * @return the path of the command line to be used to delete the specified |
| | | * index. |
| | | */ |
| | | private String getConfigCommandLineName(AbstractIndexDescriptor index) |
| | | private String getConfigCommandLineName() |
| | | { |
| | | if (isServerRunning()) |
| | | { |