|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.tools.ConfigureDS
public class ConfigureDS
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 |
---|
public ConfigureDS()
Method Detail |
---|
public static void main(java.lang.String[] args)
configMain
method
for processing.
args
- The set of command-line arguments provided to this program.public static int configMain(java.lang.String[] args)
args
- The command-line arguments provided to this program.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |