Package org.opends.server.core
Class StartDs
- java.lang.Object
-
- org.opends.server.core.StartDs
-
public final class StartDs extends Object
This class defines a tool which starts up the server.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_TIMEOUT_SEC
The default timeout used to start the server in detach mode.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Parses the provided command-line arguments and uses that information to bootstrap and start the Directory Server.
-
-
-
Field Detail
-
DEFAULT_TIMEOUT_SEC
public static final int DEFAULT_TIMEOUT_SEC
The default timeout used to start the server in detach mode.- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Parses the provided command-line arguments and uses that information to bootstrap and start the Directory Server.- Parameters:
args
- The command-line arguments provided to this program.
-
-