Searched refs:propertiesFile (Results 1 - 25 of 57) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/messages/
H A DPropertiesFilesTest.java80 * @param propertiesFile file
84 public void testForDuplicateKeys(File propertiesFile) argument
89 new BufferedReader(new FileReader(propertiesFile));
116 + propertiesFile.getName() + ":" + EOL
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/messages/
H A DPropertiesFilesTest.java79 * @param propertiesFile file
83 public void testForDuplicateKeys(File propertiesFile) argument
88 new BufferedReader(new FileReader(propertiesFile));
115 + propertiesFile.getName() + ":" + EOL
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/messages/
H A DPropertiesFilesTest.java80 * @param propertiesFile file
84 public void testForDuplicateKeys(File propertiesFile) argument
89 new BufferedReader(new FileReader(propertiesFile));
116 + propertiesFile.getName() + ":" + EOL
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/messages/
H A DPropertiesFilesTest.java79 * @param propertiesFile file
83 public void testForDuplicateKeys(File propertiesFile) argument
88 new BufferedReader(new FileReader(propertiesFile));
115 + propertiesFile.getName() + ":" + EOL
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/messages/
H A DPropertiesFilesTest.java80 * @param propertiesFile file
84 public void testForDuplicateKeys(File propertiesFile) argument
89 new BufferedReader(new FileReader(propertiesFile));
116 + propertiesFile.getName() + ":" + EOL
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DJavaPropertiesTool.java254 String propertiesFile = argParser.propertiesFileArg.getValue();
257 reader = new BufferedReader(new FileReader(propertiesFile));
261 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
270 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
334 defaultJavaHome, defaultJavaArgs, properties, propertiesFile);
339 defaultJavaHome, defaultJavaArgs, properties, propertiesFile);
514 Properties properties, String propertiesFile)
530 .append("# Edit ").append(propertiesFile).append(" instead\n")
637 Properties properties, String propertiesFile)
512 getUnixContents(boolean overwriteJavaHome, boolean overwriteJavaArgs, String defaultJavaHome, String defaultJavaArgs, Properties properties, String propertiesFile) argument
635 getWindowsContents(boolean overwriteJavaHome, boolean overwriteJavaArgs, String defaultJavaHome, String defaultJavaArgs, Properties properties, String propertiesFile) argument
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/
H A DSetupCli.java127 private StringArgument propertiesFile; field in class:SetupCli
258 propertiesFile = addGlobal(CommonArguments.getPropertiesFile());
279 argParser.addArgument(propertiesFile);
280 argParser.setFilePropertiesArgument(propertiesFile);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java1058 private List<String> getJavaPropertiesFileComments(String propertiesFile) argument
1062 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1079 private Properties getJavaPropertiesFileContents(String propertiesFile) argument
1086 fs = new FileInputStream(propertiesFile);
1125 String propertiesFile = getPropertiesFileName(installPath);
1126 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1128 new FileWriter(propertiesFile, false));
1176 "--propertiesFile", propertiesFile,
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java1059 private List<String> getJavaPropertiesFileComments(String propertiesFile) argument
1063 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1080 private Properties getJavaPropertiesFileContents(String propertiesFile) argument
1087 fs = new FileInputStream(propertiesFile);
1126 String propertiesFile = getPropertiesFileName(installPath);
1127 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1129 new FileWriter(propertiesFile, false));
1177 "--propertiesFile", propertiesFile,
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java1059 private List<String> getJavaPropertiesFileComments(String propertiesFile) argument
1063 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1080 private Properties getJavaPropertiesFileContents(String propertiesFile) argument
1087 fs = new FileInputStream(propertiesFile);
1126 String propertiesFile = getPropertiesFileName(installPath);
1127 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1129 new FileWriter(propertiesFile, false));
1177 "--propertiesFile", propertiesFile,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java1058 private List<String> getJavaPropertiesFileComments(String propertiesFile) argument
1062 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1079 private Properties getJavaPropertiesFileContents(String propertiesFile) argument
1086 fs = new FileInputStream(propertiesFile);
1125 String propertiesFile = getPropertiesFileName(installPath);
1126 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1128 new FileWriter(propertiesFile, false));
1176 "--propertiesFile", propertiesFile,
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java1084 private List<String> getJavaPropertiesFileComments(String propertiesFile) argument
1088 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1105 private Properties getJavaPropertiesFileContents(String propertiesFile) argument
1112 fs = new FileInputStream(propertiesFile);
1150 String propertiesFile = getPropertiesFileName(installPath);
1151 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1153 new FileWriter(propertiesFile, false));
1200 "--propertiesFile", propertiesFile,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java1049 private List<String> getJavaPropertiesFileComments(String propertiesFile) throws IOException argument
1052 BufferedReader reader = new BufferedReader(new FileReader(propertiesFile));
1069 private Properties getJavaPropertiesFileContents(String propertiesFile) throws IOException argument
1075 fs = new FileInputStream(propertiesFile);
1115 String propertiesFile = getPropertiesFileName(installPath);
1116 List<String> commentLines = getJavaPropertiesFileComments(propertiesFile);
1117 BufferedWriter writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1151 "--propertiesFile", propertiesFile, "--destinationFile", destinationFile, "--quiet");
/forgerock/authenticator-android-v2/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DJavaPropertiesTool.java250 String propertiesFile = argParser.propertiesFileArg.getValue();
253 reader = new BufferedReader(new FileReader(propertiesFile));
257 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
266 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DJavaPropertiesTool.java233 String propertiesFile = argParser.propertiesFileArg.getValue();
236 reader = new BufferedReader(new FileReader(propertiesFile));
240 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
249 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DJavaPropertiesTool.java250 String propertiesFile = argParser.propertiesFileArg.getValue();
253 reader = new BufferedReader(new FileReader(propertiesFile));
257 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
266 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DJavaPropertiesTool.java233 String propertiesFile = argParser.propertiesFileArg.getValue();
236 reader = new BufferedReader(new FileReader(propertiesFile));
240 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
249 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java622 String propertiesFile = getPropertiesFile();
627 reader = new BufferedReader(new FileReader(propertiesFile));
1040 String propertiesFile = Utils.getPath(
1043 return propertiesFile;
1521 final String propertiesFile = getPropertiesFile();
1526 reader = new BufferedReader(new FileReader(propertiesFile));
1562 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1612 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java621 String propertiesFile = getPropertiesFile();
626 reader = new BufferedReader(new FileReader(propertiesFile));
1039 String propertiesFile = Utils.getPath(
1042 return propertiesFile;
1520 final String propertiesFile = getPropertiesFile();
1525 reader = new BufferedReader(new FileReader(propertiesFile));
1561 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1611 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java622 String propertiesFile = getPropertiesFile();
627 reader = new BufferedReader(new FileReader(propertiesFile));
1040 String propertiesFile = Utils.getPath(
1043 return propertiesFile;
1521 final String propertiesFile = getPropertiesFile();
1526 reader = new BufferedReader(new FileReader(propertiesFile));
1562 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1612 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java621 String propertiesFile = getPropertiesFile();
626 reader = new BufferedReader(new FileReader(propertiesFile));
1039 String propertiesFile = Utils.getPath(
1042 return propertiesFile;
1520 final String propertiesFile = getPropertiesFile();
1525 reader = new BufferedReader(new FileReader(propertiesFile));
1561 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1611 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java623 String propertiesFile = getPropertiesFile();
628 reader = new BufferedReader(new FileReader(propertiesFile));
1039 String propertiesFile = Utils.getPath(DirectoryServer.getInstanceRoot(),
1041 return propertiesFile;
1519 final String propertiesFile = getPropertiesFile();
1524 reader = new BufferedReader(new FileReader(propertiesFile));
1560 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1610 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java564 String propertiesFile = getPropertiesFile();
569 reader = new BufferedReader(new FileReader(propertiesFile));
1367 final String propertiesFile = getPropertiesFile();
1372 reader = new BufferedReader(new FileReader(propertiesFile));
1399 writer = new BufferedWriter(new FileWriter(propertiesFile, false));
1438 propertiesFile, getCommandLinePath("dsjavaproperties")).
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DJavaPropertiesTool.java236 String propertiesFile = argParser.propertiesFileArg.getValue();
239 reader = new BufferedReader(new FileReader(propertiesFile));
243 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));
252 println(ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE.get(propertiesFile));

Completed in 102 milliseconds

123