mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
08.00.2007 f2797b991570267b97d045b5024f3a45b399e9b9
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java
@@ -40,6 +40,7 @@
import org.opends.messages.MessageBuilder;
import org.opends.quicksetup.Constants;
import org.opends.quicksetup.UserData;
import org.opends.server.admin.client.cli.SecureConnectionCliArgs;
import org.opends.server.admin.client.cli.SecureConnectionCliParser;
import org.opends.server.tools.ToolConstants;
import org.opends.server.util.args.Argument;
@@ -426,4 +427,15 @@
    }
    return returnValue;
  }
  /**
   * Returns the SecureConnectionCliArgs object containing the arguments
   * of this parser.
   * @return the SecureConnectionCliArgs object containing the arguments
   * of this parser.
   */
  SecureConnectionCliArgs getSecureArgsList()
  {
    return secureArgsList;
  }
}