Searched defs:propertiesFile (Results 1 - 25 of 46) sorted by relevance

12

/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/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-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/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-b2.6/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java673 * @param propertiesFile The path to the properties file to use to
685 public void parseArguments(String[] rawArguments, String propertiesFile, argument
696 FileInputStream fis = new FileInputStream(propertiesFile);
706 String.valueOf(propertiesFile), getExceptionMessage(e));
H A DArgumentParser.java767 * @param propertiesFile The path to the properties file to use to
778 public void parseArguments(String[] rawArguments, String propertiesFile, argument
789 FileInputStream fis = new FileInputStream(propertiesFile);
799 String.valueOf(propertiesFile), getExceptionMessage(e));
/forgerock/opendj2.6.2/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java673 * @param propertiesFile The path to the properties file to use to
685 public void parseArguments(String[] rawArguments, String propertiesFile, argument
696 FileInputStream fis = new FileInputStream(propertiesFile);
706 String.valueOf(propertiesFile), getExceptionMessage(e));
H A DArgumentParser.java767 * @param propertiesFile The path to the properties file to use to
778 public void parseArguments(String[] rawArguments, String propertiesFile, argument
789 FileInputStream fis = new FileInputStream(propertiesFile);
799 String.valueOf(propertiesFile), getExceptionMessage(e));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/args/
H A DSubCommandArgumentParser.java678 * @param propertiesFile The path to the properties file to use to
690 public void parseArguments(String[] rawArguments, String propertiesFile, argument
701 FileInputStream fis = new FileInputStream(propertiesFile);
711 String.valueOf(propertiesFile), getExceptionMessage(e));
H A DArgumentParser.java770 * @param propertiesFile The path to the properties file to use to
781 public void parseArguments(String[] rawArguments, String propertiesFile, argument
792 FileInputStream fis = new FileInputStream(propertiesFile);
802 String.valueOf(propertiesFile), getExceptionMessage(e));
/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/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/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/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 97 milliseconds

12