Package org.forgerock.opendj.setup.cli
Class SetupCliArguments
- java.lang.Object
-
- org.forgerock.opendj.setup.cli.SetupCliArguments
-
public final class SetupCliArguments extends Object
Utility class which contains all setup command lineArgument.All the argument factory methods used by the setup are here so they can be reused by both
SetupCliNonInteractiveandSetupInteractiveclasses. In particular because theSetupInteractiveneeds to print equivalent non interactive command line.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPTION_LONG_BOOTSTRAP_REPLICATION_SERVERThe value for the bootstrap replication server option.static StringOPTION_LONG_INSTANCE_PATHThe value for the instance path option.
-
-
-
Field Detail
-
OPTION_LONG_INSTANCE_PATH
public static final String OPTION_LONG_INSTANCE_PATH
The value for the instance path option.- See Also:
- Constant Field Values
-
OPTION_LONG_BOOTSTRAP_REPLICATION_SERVER
public static final String OPTION_LONG_BOOTSTRAP_REPLICATION_SERVER
The value for the bootstrap replication server option.- See Also:
- Constant Field Values
-
-