Searched refs:CliApplication (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DCliApplication.java35 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java269 protected int launchCli(CliApplication cliApp)
323 * @return CliApplication that will be run
325 protected abstract CliApplication createCliApplication();
362 CliApplication cliApp = createCliApplication();
379 CliApplication cliApp = createCliApplication();
387 private void preExit(CliApplication cliApp) {
H A DQuickSetupCli.java50 private CliApplication cliApp;
62 public QuickSetupCli(CliApplication cliApp, Launcher launcher) {
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DCliApplication.java36 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java270 protected int launchCli(CliApplication cliApp)
324 * @return CliApplication that will be run
326 protected abstract CliApplication createCliApplication();
363 CliApplication cliApp = createCliApplication();
380 CliApplication cliApp = createCliApplication();
388 private void preExit(CliApplication cliApp) {
H A DQuickSetupCli.java51 private CliApplication cliApp;
63 public QuickSetupCli(CliApplication cliApp, Launcher launcher) {
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DCliApplication.java36 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java270 protected int launchCli(CliApplication cliApp)
324 * @return CliApplication that will be run
326 protected abstract CliApplication createCliApplication();
363 CliApplication cliApp = createCliApplication();
380 CliApplication cliApp = createCliApplication();
388 private void preExit(CliApplication cliApp) {
H A DQuickSetupCli.java51 private CliApplication cliApp;
63 public QuickSetupCli(CliApplication cliApp, Launcher launcher) {
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DCliApplication.java35 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java269 protected int launchCli(CliApplication cliApp)
323 * @return CliApplication that will be run
325 protected abstract CliApplication createCliApplication();
362 CliApplication cliApp = createCliApplication();
379 CliApplication cliApp = createCliApplication();
387 private void preExit(CliApplication cliApp) {
H A DQuickSetupCli.java50 private CliApplication cliApp;
62 public QuickSetupCli(CliApplication cliApp, Launcher launcher) {
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DCliApplication.java36 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java273 protected int launchCli(CliApplication cliApp)
327 * @return CliApplication that will be run
329 protected abstract CliApplication createCliApplication();
366 CliApplication cliApp = createCliApplication();
388 private void preExit(CliApplication cliApp) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DCliApplication.java38 public interface CliApplication extends ProgressNotifier, Runnable { interface in inherits:ProgressNotifier,Runnable
H A DLauncher.java262 protected int launchCli(CliApplication cliApp)
316 * @return CliApplication that will be run
318 protected abstract CliApplication createCliApplication();
355 CliApplication cliApp = createCliApplication();
372 CliApplication cliApp = createCliApplication();
380 private void preExit(CliApplication cliApp) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java36 import org.opends.quicksetup.CliApplication;
220 protected CliApplication createCliApplication() {
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallLauncher.java38 import org.opends.quicksetup.CliApplication;
194 protected CliApplication createCliApplication() {
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java37 import org.opends.quicksetup.CliApplication;
221 protected CliApplication createCliApplication() {
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallLauncher.java37 import org.opends.quicksetup.CliApplication;
193 protected CliApplication createCliApplication() {
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java37 import org.opends.quicksetup.CliApplication;
221 protected CliApplication createCliApplication() {
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallLauncher.java38 import org.opends.quicksetup.CliApplication;
194 protected CliApplication createCliApplication() {
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallLauncher.java37 import org.opends.quicksetup.CliApplication;
193 protected CliApplication createCliApplication() {
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DSetupLauncher.java36 import org.opends.quicksetup.CliApplication;
220 protected CliApplication createCliApplication() {
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallLauncher.java38 import org.opends.quicksetup.CliApplication;
194 protected CliApplication createCliApplication() {

Completed in 33 milliseconds

12