Searched refs:installation (Results 1 - 25 of 107) sorted by relevance

12345

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DInstallationTest.java42 Installation installation; field in class:InstallationTest
46 installation = TestUtilities.getInstallation();
50 * Tests to make sure installation is valid.
58 * Tests that installation root directory is available.
62 assertNotNull(installation.getRootDirectory());
66 * Tests that the installation root directory can be set.
70 File root = installation.getRootDirectory();
71 installation.setRootDirectory(root);
75 * Tests that the installation root is valid.
79 assertTrue(installation
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DInstallationTest.java41 Installation installation; field in class:InstallationTest
45 installation = TestUtilities.getInstallation();
49 * Tests to make sure installation is valid.
57 * Tests that installation root directory is available.
61 assertNotNull(installation.getRootDirectory());
65 * Tests that the installation root directory can be set.
69 File root = installation.getRootDirectory();
70 installation.setRootDirectory(root);
74 * Tests that the installation root is valid.
78 assertTrue(installation
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DInstallationTest.java42 Installation installation; field in class:InstallationTest
46 installation = TestUtilities.getInstallation();
50 * Tests to make sure installation is valid.
58 * Tests that installation root directory is available.
62 assertNotNull(installation.getRootDirectory());
66 * Tests that the installation root directory can be set.
70 File root = installation.getRootDirectory();
71 installation.setRootDirectory(root);
75 * Tests that the installation root is valid.
79 assertTrue(installation
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DInstallationTest.java41 Installation installation; field in class:InstallationTest
45 installation = TestUtilities.getInstallation();
49 * Tests to make sure installation is valid.
57 * Tests that installation root directory is available.
61 assertNotNull(installation.getRootDirectory());
65 * Tests that the installation root directory can be set.
69 File root = installation.getRootDirectory();
70 installation.setRootDirectory(root);
74 * Tests that the installation root is valid.
78 assertTrue(installation
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DInstallationTest.java42 Installation installation; field in class:InstallationTest
46 installation = TestUtilities.getInstallation();
50 * Tests to make sure installation is valid.
58 * Tests that installation root directory is available.
62 assertNotNull(installation.getRootDirectory());
66 * Tests that the installation root directory can be set.
70 File root = installation.getRootDirectory();
71 installation.setRootDirectory(root);
75 * Tests that the installation root is valid.
79 assertTrue(installation
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/
H A DInstallationTest.java42 Installation installation; field in class:InstallationTest
46 installation = TestUtilities.getInstallation();
50 * Tests to make sure installation is valid.
58 * Tests that installation root directory is available.
62 assertNotNull(installation.getRootDirectory());
66 * Tests that the installation root directory can be set.
70 File root = installation.getRootDirectory();
71 installation.setRootDirectory(root);
75 * Tests that the installation root is valid.
79 assertTrue(installation
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DStatus.java38 * This class represents the current state of a particular installation.
42 private Installation installation; field in class:Status
45 * Creates a status instance of the installation indicated by the
47 * @param installation physical installation
49 public Status(Installation installation) { argument
50 this.installation = installation;
77 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DStatus.java39 * This class represents the current state of a particular installation.
43 private Installation installation; field in class:Status
46 * Creates a status instance of the installation indicated by the
48 * @param installation physical installation
50 public Status(Installation installation) { argument
51 this.installation = installation;
78 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DStatus.java39 * This class represents the current state of a particular installation.
43 private Installation installation; field in class:Status
46 * Creates a status instance of the installation indicated by the
48 * @param installation physical installation
50 public Status(Installation installation) { argument
51 this.installation = installation;
78 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DStatus.java38 * This class represents the current state of a particular installation.
42 private Installation installation; field in class:Status
45 * Creates a status instance of the installation indicated by the
47 * @param installation physical installation
49 public Status(Installation installation) { argument
50 this.installation = installation;
77 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DStatus.java39 * This class represents the current state of a particular installation.
43 private Installation installation; field in class:Status
46 * Creates a status instance of the installation indicated by the
48 * @param installation physical installation
50 public Status(Installation installation) { argument
51 this.installation = installation;
78 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DStatus.java38 * This class represents the current state of a particular installation.
42 private Installation installation; field in class:Status
45 * Creates a status instance of the installation indicated by the
47 * @param installation physical installation
49 public Status(Installation installation) { argument
50 this.installation = installation;
77 Utils.getPath(new File(installation.getLocksDirectory(),
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallData.java58 * @param installation the object describing the installation.
60 * installation configuration.
62 public UninstallData(Installation installation) throws IOException argument
64 isServerRunning = installation.getStatus().isServerRunning();
65 Configuration conf = new Configuration(installation,
66 installation.getCurrentConfigurationFile());
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallData.java57 * @param installation the object describing the installation.
59 * installation configuration.
61 public UninstallData(Installation installation) throws IOException argument
63 isServerRunning = installation.getStatus().isServerRunning();
64 Configuration conf = new Configuration(installation,
65 installation.getCurrentConfigurationFile());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallData.java58 * @param installation the object describing the installation.
60 * installation configuration.
62 public UninstallData(Installation installation) throws IOException argument
64 isServerRunning = installation.getStatus().isServerRunning();
65 Configuration conf = new Configuration(installation,
66 installation.getCurrentConfigurationFile());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallData.java57 * @param installation the object describing the installation.
59 * installation configuration.
61 public UninstallData(Installation installation) throws IOException argument
63 isServerRunning = installation.getStatus().isServerRunning();
64 Configuration conf = new Configuration(installation,
65 installation.getCurrentConfigurationFile());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallData.java58 * @param installation the object describing the installation.
60 * installation configuration.
62 public UninstallData(Installation installation) throws IOException argument
64 isServerRunning = installation.getStatus().isServerRunning();
65 Configuration conf = new Configuration(installation,
66 installation.getCurrentConfigurationFile());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallData.java57 * @param installation the object describing the installation.
59 * installation configuration.
61 public UninstallData(Installation installation) throws IOException argument
63 isServerRunning = installation.getStatus().isServerRunning();
64 Configuration conf = new Configuration(installation,
65 installation.getCurrentConfigurationFile());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java46 Installation installation = TestUtilities.getInstallation();
47 controller = new ServerController(installation);
48 status = installation.getStatus();
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java45 Installation installation = TestUtilities.getInstallation();
46 controller = new ServerController(installation);
47 status = installation.getStatus();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java46 Installation installation = TestUtilities.getInstallation();
47 controller = new ServerController(installation);
48 status = installation.getStatus();
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java45 Installation installation = TestUtilities.getInstallation();
46 controller = new ServerController(installation);
47 status = installation.getStatus();
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/
H A DServerControllerTest.java46 Installation installation = TestUtilities.getInstallation();
47 controller = new ServerController(installation);
48 status = installation.getStatus();
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/util/
H A DServerControllerTest.java51 Installation installation = TestUtilities.getInstallation();
52 controller = new ServerController(installation);
53 status = installation.getStatus();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/offline/
H A DOfflineInstaller.java64 * When there is an update during the installation it will notify the
238 Installation installation = getInstallation();
239 if (installation.getStatus().isServerRunning()) {
246 new ServerController(installation).stopServer(!isVerbose());
269 Installation installation = getInstallation();
270 if (installation.getStatus().isServerRunning()) {
277 new ServerController(installation).stopServer(!isVerbose());
349 Installation installation = getInstallation();
353 if (installation.getStatus().isServerRunning()) {
360 new ServerController(installation)
[all...]

Completed in 140 milliseconds

12345