| File was renamed from opendj-server-legacy/src/main/java/org/opends/server/util/args/LDAPConnectionArgumentParser.java |
| | |
| | | * Copyright 2008-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.util.args; |
| | | package org.opends.server.util.cli; |
| | | |
| | | import static org.opends.messages.ToolMessages.*; |
| | | |
| | |
| | | import org.opends.server.tools.SSLConnectionException; |
| | | import org.opends.server.tools.SSLConnectionFactory; |
| | | import org.opends.server.types.OpenDsException; |
| | | import org.opends.server.util.cli.LDAPConnectionConsoleInteraction; |
| | | |
| | | import com.forgerock.opendj.cli.Argument; |
| | | import com.forgerock.opendj.cli.ArgumentException; |