org.opends.server.tools
Class ConfigureDS

java.lang.Object
  extended by org.opends.server.tools.ConfigureDS

public class ConfigureDS
extends java.lang.Object

This class provides a very basic tool that can be used to configure some of the most important settings in the Directory Server. This configuration is performed by editing the server's configuration files and therefore the Directory Server must be offline. This utility will be used during the Directory Server installation process.

The options that this tool can currently set include:


Constructor Summary
ConfigureDS()
           
 
Method Summary
static int configMain(java.lang.String[] args)
          Parses the provided command-line arguments and makes the appropriate changes to the Directory Server configuration.
static void main(java.lang.String[] args)
          Provides the command-line arguments to the configMain method for processing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureDS

public ConfigureDS()
Method Detail

main

public static void main(java.lang.String[] args)
Provides the command-line arguments to the configMain method for processing.

Parameters:
args - The set of command-line arguments provided to this program.

configMain

public static int configMain(java.lang.String[] args)
Parses the provided command-line arguments and makes the appropriate changes to the Directory Server configuration.

Parameters:
args - The command-line arguments provided to this program.
Returns:
The exit code from the configuration processing. A nonzero value indicates that there was some kind of problem during the configuration processing.