Searched defs:noPropertiesFile (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java122 * @param noPropertiesFile boolean indicating if the stopServer should
128 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
154 if (noPropertiesFile)
160 if (noPropertiesFile)
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java123 * @param noPropertiesFile boolean indicating if the stopServer should
129 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
155 if (noPropertiesFile)
161 if (noPropertiesFile)
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java123 * @param noPropertiesFile boolean indicating if the stopServer should
129 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
155 if (noPropertiesFile)
161 if (noPropertiesFile)
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java122 * @param noPropertiesFile boolean indicating if the stopServer should
128 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
154 if (noPropertiesFile)
160 if (noPropertiesFile)
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DServerController.java127 * @param noPropertiesFile boolean indicating if the stopServer should
133 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
159 if (noPropertiesFile)
165 if (noPropertiesFile)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DServerController.java123 * @param noPropertiesFile boolean indicating if the stopServer should
129 public void stopServer(boolean suppressOutput,boolean noPropertiesFile) argument
155 if (noPropertiesFile)
161 if (noPropertiesFile)
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/
H A DSetupCli.java128 private BooleanArgument noPropertiesFile; field in class:SetupCli
259 noPropertiesFile = addGlobal(CommonArguments.getNoPropertiesFile());
277 argParser.addArgument(noPropertiesFile);
278 argParser.setNoPropertiesFileArgument(noPropertiesFile);

Completed in 46 milliseconds