Searched defs:Uninstaller (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java93 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
115 Logger.getLogger(Uninstaller.class.getName());
124 public Uninstaller() method in class:Uninstaller
154 LOG.log(Level.INFO, "Uninstaller is created.");
556 // Uninstaller is responsible for updating user data and launching
796 LOG.log(Level.INFO, "run of the Uninstaller started");
1552 new ServerController(Uninstaller.this).startServer();
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java92 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
114 Logger.getLogger(Uninstaller.class.getName());
123 public Uninstaller() method in class:Uninstaller
153 LOG.log(Level.INFO, "Uninstaller is created.");
555 // Uninstaller is responsible for updating user data and launching
795 LOG.log(Level.INFO, "run of the Uninstaller started");
1551 new ServerController(Uninstaller.this).startServer();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java93 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
115 Logger.getLogger(Uninstaller.class.getName());
124 public Uninstaller() method in class:Uninstaller
154 LOG.log(Level.INFO, "Uninstaller is created.");
556 // Uninstaller is responsible for updating user data and launching
796 LOG.log(Level.INFO, "run of the Uninstaller started");
1552 new ServerController(Uninstaller.this).startServer();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java92 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
114 Logger.getLogger(Uninstaller.class.getName());
123 public Uninstaller() method in class:Uninstaller
153 LOG.log(Level.INFO, "Uninstaller is created.");
555 // Uninstaller is responsible for updating user data and launching
795 LOG.log(Level.INFO, "run of the Uninstaller started");
1551 new ServerController(Uninstaller.this).startServer();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstaller.java185 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
207 Logger.getLogger(Uninstaller.class.getName());
216 public Uninstaller() method in class:Uninstaller
246 LOG.log(Level.INFO, "Uninstaller is created.");
648 // Uninstaller is responsible for updating user data and launching
874 LOG.log(Level.INFO, "run of the Uninstaller started");
1611 new ServerController(Uninstaller.this).startServer();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstaller.java95 public class Uninstaller extends GuiApplication implements CliApplication { class in inherits:GuiApplication,CliApplication
118 public Uninstaller() method in class:Uninstaller
148 logger.info(LocalizableMessage.raw("Uninstaller is created."));
518 // Uninstaller is responsible for updating user data and launching
741 logger.info(LocalizableMessage.raw("run of the Uninstaller started"));
1474 new ServerController(Uninstaller.this).startServer();

Completed in 54 milliseconds