| | |
| | | |
| | | import static com.forgerock.opendj.dsconfig.DsconfigMessages.*; |
| | | import static com.forgerock.opendj.cli.CliMessages.*; |
| | | import static org.opends.server.tools.dsconfig.DSConfig.PROPERTY_SCRIPT_NAME; |
| | | |
| | | import java.io.PrintStream; |
| | | import java.util.ArrayList; |
| | |
| | | import org.forgerock.opendj.config.client.ManagementContext; |
| | | import org.forgerock.opendj.ldap.AuthorizationException; |
| | | import org.forgerock.opendj.ldap.ErrorResultException; |
| | | import org.opends.server.util.ServerConstants; |
| | | |
| | | import com.forgerock.opendj.cli.Argument; |
| | | import com.forgerock.opendj.cli.ArgumentException; |
| | |
| | | if (commandBuilder == null) |
| | | { |
| | | commandBuilder = new CommandBuilder( |
| | | System.getProperty(ServerConstants.PROPERTY_SCRIPT_NAME), |
| | | System.getProperty(PROPERTY_SCRIPT_NAME), |
| | | getSubCommand().getName()); |
| | | } |
| | | return commandBuilder; |