Searched refs:getDatabasePaths (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java90 assertTrue(config.getDatabasePaths().size() > 0);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java89 assertTrue(config.getDatabasePaths().size() > 0);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java90 assertTrue(config.getDatabasePaths().size() > 0);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java89 assertTrue(config.getDatabasePaths().size() > 0);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/quicksetup/
H A DConfigurationTest.java90 assertTrue(config.getDatabasePaths().size() > 0);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/quicksetup/
H A DConfigurationTest.java90 assertFalse(config.getDatabasePaths().isEmpty());
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java254 return getOutsidePaths(getDatabasePaths());
310 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java255 return getOutsidePaths(getDatabasePaths());
311 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java255 return getOutsidePaths(getDatabasePaths());
311 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java254 return getOutsidePaths(getDatabasePaths());
310 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java255 return getOutsidePaths(getDatabasePaths());
311 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DConfiguration.java254 return getOutsidePaths(getDatabasePaths());
310 public Set<String> getDatabasePaths() throws IOException { method in class:Configuration

Completed in 2067 milliseconds