Searched refs:InstallDS (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java44 import org.opends.server.tools.InstallDS;
63 * will pass to the org.opends.server.tools.InstallDS class.
104 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
137 System.exit(InstallDS.mainCLI(args));
157 System.exit(InstallDS.mainCLI(args));
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java45 import org.opends.server.tools.InstallDS;
64 * will pass to the org.opends.server.tools.InstallDS class.
105 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
138 System.exit(InstallDS.mainCLI(args));
158 System.exit(InstallDS.mainCLI(args));
/forgerock/opendj2/resource/bin/
H A D_script-util.sh180 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null
185 # but not supported. Let InstallDS to display the localized error message
186 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
207 "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null
212 # but not supported. Let InstallDS to display the localized error message
213 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
H A D_script-util.bat164 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1
196 rem InstallDS again to see a localized message.
197 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t
/forgerock/opendj-b2.6/resource/bin/
H A D_script-util.sh181 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null
186 # but not supported. Let InstallDS to display the localized error message
187 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
208 "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null
213 # but not supported. Let InstallDS to display the localized error message
214 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
H A D_script-util.bat163 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1
195 rem InstallDS again to see a localized message.
196 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java45 import org.opends.server.tools.InstallDS;
64 * will pass to the org.opends.server.tools.InstallDS class.
105 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
138 System.exit(InstallDS.mainCLI(args));
158 System.exit(InstallDS.mainCLI(args));
/forgerock/opendj2.6.2/resource/bin/
H A D_script-util.sh181 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null
186 # but not supported. Let InstallDS to display the localized error message
187 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
208 "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null
213 # but not supported. Let InstallDS to display the localized error message
214 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
H A D_script-util.bat163 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1
195 rem InstallDS again to see a localized message.
196 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t
/forgerock/opendj2-hg/resource/bin/
H A D_script-util.sh180 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t 2> /dev/null
185 # but not supported. Let InstallDS to display the localized error message
186 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
207 "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS -t 2> /dev/null
212 # but not supported. Let InstallDS to display the localized error message
213 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS -t
H A D_script-util.bat164 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1
196 rem InstallDS again to see a localized message.
197 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java44 import org.opends.server.tools.InstallDS;
63 * will pass to the org.opends.server.tools.InstallDS class.
104 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
137 System.exit(InstallDS.mainCLI(args));
157 System.exit(InstallDS.mainCLI(args));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DSetupLauncher.java45 import org.opends.server.tools.InstallDS;
64 * will pass to the org.opends.server.tools.InstallDS class.
105 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
136 System.exit(InstallDS.mainCLI(args));
156 System.exit(InstallDS.mainCLI(args));
/forgerock/opendj-v3/opendj-server-legacy/resource/bin/
H A D_script-util.sh180 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS --testonly 2> /dev/null
185 # but not supported. Let InstallDS to display the localized error message
186 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS --testonly
207 "${OPENDJ_JAVA_BIN}" ${OPENDJ_JAVA_ARGS} org.opends.server.tools.InstallDS --testonly 2> /dev/null
212 # but not supported. Let InstallDS to display the localized error message
213 "${OPENDJ_JAVA_BIN}" org.opends.server.tools.InstallDS --testonly
H A D_script-util.bat183 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS --testonly > NUL 2>&1
215 rem InstallDS again to see a localized message.
216 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS --testonly
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java49 import org.opends.server.tools.InstallDS;
68 * will pass to the org.opends.server.tools.InstallDS class.
109 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
144 System.exit(InstallDS.mainCLI(args));
165 //System.exit(InstallDS.mainCLI(args));
/forgerock/opendj2-jel-hg/resource/bin/
H A D_script-util.sh108 org.opends.server.tools.InstallDS --testOnly 2>&1 ; }
114 # is not supported. Let InstallDS to display the localized error msg
H A D_script-util.bat149 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t > NUL 2>&1
177 rem InstallDS again to see a localized message.
178 "%OPENDJ_JAVA_BIN%" %OPENDJ_JAVA_ARGS% org.opends.server.tools.InstallDS -t
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DInstallDS.java103 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
245 static private final Logger LOG = Logger.getLogger(InstallDS.class.getName());
251 * Constructor for the InstallDS object.
257 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
263 * The main method for the InstallDS CLI tool.
339 InstallDS install = new InstallDS(out, err, inStream);
353 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2638 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DInstallDS.java97 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
238 static private final Logger LOG = Logger.getLogger(InstallDS.class.getName());
244 * Constructor for the InstallDS object.
250 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
256 * The main method for the InstallDS CLI tool.
313 InstallDS install = new InstallDS(out, err, inStream);
327 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2557 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DInstallDS.java103 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
245 static private final Logger LOG = Logger.getLogger(InstallDS.class.getName());
251 * Constructor for the InstallDS object.
257 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
263 * The main method for the InstallDS CLI tool.
339 InstallDS install = new InstallDS(out, err, inStream);
353 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2638 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DInstallDS.java97 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
238 static private final Logger LOG = Logger.getLogger(InstallDS.class.getName());
244 * Constructor for the InstallDS object.
250 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
256 * The main method for the InstallDS CLI tool.
313 InstallDS install = new InstallDS(out, err, inStream);
327 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2557 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DInstallDS.java194 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
336 static private final Logger LOG = Logger.getLogger(InstallDS.class.getName());
342 * Constructor for the InstallDS object.
348 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
354 * The main method for the InstallDS CLI tool.
430 InstallDS install = new InstallDS(out, err, inStream);
444 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2731 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DInstallDS.java112 public class InstallDS extends ConsoleApplication class in inherits:ConsoleApplication
237 * Constructor for the InstallDS object.
246 public InstallDS(PrintStream out, PrintStream err, InputStream in) method in class:InstallDS
252 * The main method for the InstallDS CLI tool.
310 final InstallDS install = new InstallDS(out, err, inStream);
330 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
2540 argParser = new InstallDSArgumentParser(InstallDS.class.getName());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DEmbeddedOpenDS.java97 import org.opends.server.tools.InstallDS;
428 int ret = InstallDS.mainCLI(

Completed in 1941 milliseconds

12