Searched refs:filePath (Results 1 - 25 of 120) sorted by relevance

12345

/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DLogHandler.java27 * @param filePath path of the existing file
30 public void log(Path filePath, Path backupPath); argument
H A DUpdateFileLogEntry.java28 private String filePath; field in class:UpdateFileLogEntry
40 return filePath;
46 * @param filePath path of the updated file.
49 public UpdateFileLogEntry setFilePath(String filePath) { argument
50 this.filePath = filePath;
141 field("filePath", getFilePath()),
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DDITContentRuleTestCase.java73 String filePath = TestCaseUtils.createTempFile(
89 "-f", filePath
108 String filePath = TestCaseUtils.createTempFile(
130 "-f", filePath
149 String filePath = TestCaseUtils.createTempFile(
171 "-f", filePath
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DDITContentRuleTestCase.java72 String filePath = TestCaseUtils.createTempFile(
88 "-f", filePath
107 String filePath = TestCaseUtils.createTempFile(
129 "-f", filePath
148 String filePath = TestCaseUtils.createTempFile(
170 "-f", filePath
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DDITContentRuleTestCase.java73 String filePath = TestCaseUtils.createTempFile(
89 "-f", filePath
108 String filePath = TestCaseUtils.createTempFile(
130 "-f", filePath
149 String filePath = TestCaseUtils.createTempFile(
171 "-f", filePath
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DDITContentRuleTestCase.java72 String filePath = TestCaseUtils.createTempFile(
88 "-f", filePath
107 String filePath = TestCaseUtils.createTempFile(
129 "-f", filePath
148 String filePath = TestCaseUtils.createTempFile(
170 "-f", filePath
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DDITContentRuleTestCase.java73 String filePath = TestCaseUtils.createTempFile(
89 "-f", filePath
108 String filePath = TestCaseUtils.createTempFile(
130 "-f", filePath
149 String filePath = TestCaseUtils.createTempFile(
171 "-f", filePath
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DDITStructureRuleTestCase.java71 String filePath = TestCaseUtils.createTempFile(
88 "-f", filePath
107 String filePath = TestCaseUtils.createTempFile(
129 "-f", filePath
148 String filePath = TestCaseUtils.createTempFile(
170 "-f", filePath
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DTreeGridUtils.js44 * var pathKey = "filePath",
45 * leafProperties = ["filePath", "param"],
47 * {"filePath": "node1/test1.js", "param1": "Test"},
48 * {"filePath": "node2/test2.js", "param1": "Test"},
49 * {"filePath": "node2/node3/test3.js", "param1": "Test"},
50 * {"filePath": "node2/node3/test4.js", "param1": "Test"}
98 if (_.startsWith(obj.filePath, "/")) {
99 obj.filePath = obj.filePath.slice(1);
102 if (_.endsWith(obj.filePath, "/")) {
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java229 String filePath = file.getAbsolutePath();
230 if (filePath.startsWith(workspacePath.getPath() + "/"))
232 filePath = filePath.substring(workspacePath.getPath().length() + 1);
267 copyrightProblemFiles.add(filePath);
272 System.err.println("ERROR: Could not read file " + filePath +
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAErrorTest.m70 NSString *filePath = @"/file/path";
71 NSError *error = [FRAError createErrorForFilePath:filePath reason:ERROR_REASON];
76 XCTAssertEqualObjects([error.userInfo valueForKey:NSFilePathErrorKey], filePath);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java403 * @param filePath
409 public static String getLineByNumber(String filePath, int lineNum) { argument
415 LineNumberReader reader = getLineNumReader(filePath);
497 * @param filePath
507 public static String getLineWithPattern(String filePath, String pattern, argument
519 LineNumberReader reader = getLineNumReader(filePath);
558 * @param filePath
568 public static int getFirstOccurence(String filePath, String pattern, argument
579 LineNumberReader reader = getLineNumReader(filePath);
618 * @param filePath
627 getFirstOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
646 getLastOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
962 insertLineByNumber(String filePath, int lineNum, String line) argument
1018 removeLinesByNum(String filePath, int lineNum, int numLines) argument
1044 removeLinesByNumber(String filePath, int lineNum, int numLines) argument
1096 appendLinesToFile(String filePath, String[] linesToAppend) argument
1109 appendLinesToFile(String filePath, String[] linesToAppend, boolean create) argument
1186 writeToFile(String filePath, Writer writer) argument
1363 getLineNumReader(String filePath) argument
1377 getLineNumReader(String filePath, boolean create) argument
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java403 * @param filePath
409 public static String getLineByNumber(String filePath, int lineNum) { argument
415 LineNumberReader reader = getLineNumReader(filePath);
497 * @param filePath
507 public static String getLineWithPattern(String filePath, String pattern, argument
519 LineNumberReader reader = getLineNumReader(filePath);
558 * @param filePath
568 public static int getFirstOccurence(String filePath, String pattern, argument
579 LineNumberReader reader = getLineNumReader(filePath);
618 * @param filePath
627 getFirstOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
646 getLastOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
962 insertLineByNumber(String filePath, int lineNum, String line) argument
1018 removeLinesByNum(String filePath, int lineNum, int numLines) argument
1044 removeLinesByNumber(String filePath, int lineNum, int numLines) argument
1096 appendLinesToFile(String filePath, String[] linesToAppend) argument
1109 appendLinesToFile(String filePath, String[] linesToAppend, boolean create) argument
1186 writeToFile(String filePath, Writer writer) argument
1363 getLineNumReader(String filePath) argument
1377 getLineNumReader(String filePath, boolean create) argument
[all...]
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java285 String filePath = file.getAbsolutePath();
286 if (filePath.startsWith(workspacePath.getPath() + "/"))
288 filePath = filePath.substring(workspacePath.getPath().length() + 1);
302 eolStyleProblemFiles.add(filePath);
344 copyrightProblemFiles.add(filePath);
349 System.err.println("ERROR: Could not read file " + filePath +
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java286 String filePath = file.getAbsolutePath();
287 if (filePath.startsWith(workspacePath.getPath() + "/"))
289 filePath = filePath.substring(workspacePath.getPath().length() + 1);
303 eolStyleProblemFiles.add(filePath);
345 copyrightProblemFiles.add(filePath);
350 System.err.println("ERROR: Could not read file " + filePath +
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java286 String filePath = file.getAbsolutePath();
287 if (filePath.startsWith(workspacePath.getPath() + "/"))
289 filePath = filePath.substring(workspacePath.getPath().length() + 1);
303 eolStyleProblemFiles.add(filePath);
345 copyrightProblemFiles.add(filePath);
350 System.err.println("ERROR: Could not read file " + filePath +
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DCheckPrecommit.java285 String filePath = file.getAbsolutePath();
286 if (filePath.startsWith(workspacePath.getPath() + "/"))
288 filePath = filePath.substring(workspacePath.getPath().length() + 1);
302 eolStyleProblemFiles.add(filePath);
344 copyrightProblemFiles.add(filePath);
349 System.err.println("ERROR: Could not read file " + filePath +
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/install/handler/
H A DEncryptionHandler.java180 private String getPasswordText(String filePath) { argument
182 if (isReadableFile(filePath)) {
187 reader = new BufferedReader(new FileReader(filePath));
199 + filePath);
235 private boolean isReadableFile(String filePath) { argument
237 File file = new File(filePath);
243 + filePath + ") : readable = " + result);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DFilePermission.java424 Path filePath = f.toPath();
425 PosixFileAttributeView posix = Files.getFileAttributeView(filePath, PosixFileAttributeView.class);
433 Files.setPosixFilePermissions(filePath, perms);
441 return Files.getFileAttributeView(filePath, AclFileAttributeView.class) != null;
464 Path filePath = f.toPath();
465 PosixFileAttributeView posix = Files.getFileAttributeView(filePath, PosixFileAttributeView.class);
473 Files.setPosixFilePermissions(filePath, perms);
481 return Files.getFileAttributeView(filePath, AclFileAttributeView.class) != null;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java107 String filePath = TestCaseUtils.createTempFile(
122 "-f", filePath
128 filePath = TestCaseUtils.createTempFile(
143 "-f", filePath
159 String filePath = TestCaseUtils.createTempFile(
174 "-f", filePath,
469 String filePath = TestCaseUtils.createTempFile(
483 "-f", filePath,
488 filePath = TestCaseUtils.createTempFile(
499 "-f", filePath,
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java106 String filePath = TestCaseUtils.createTempFile(
121 "-f", filePath
127 filePath = TestCaseUtils.createTempFile(
142 "-f", filePath
158 String filePath = TestCaseUtils.createTempFile(
173 "-f", filePath,
468 String filePath = TestCaseUtils.createTempFile(
482 "-f", filePath,
487 filePath = TestCaseUtils.createTempFile(
498 "-f", filePath,
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java107 String filePath = TestCaseUtils.createTempFile(
122 "-f", filePath
128 filePath = TestCaseUtils.createTempFile(
143 "-f", filePath
159 String filePath = TestCaseUtils.createTempFile(
174 "-f", filePath,
469 String filePath = TestCaseUtils.createTempFile(
483 "-f", filePath,
488 filePath = TestCaseUtils.createTempFile(
499 "-f", filePath,
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java106 String filePath = TestCaseUtils.createTempFile(
121 "-f", filePath
127 filePath = TestCaseUtils.createTempFile(
142 "-f", filePath
158 String filePath = TestCaseUtils.createTempFile(
173 "-f", filePath,
468 String filePath = TestCaseUtils.createTempFile(
482 "-f", filePath,
487 filePath = TestCaseUtils.createTempFile(
498 "-f", filePath,
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java107 String filePath = TestCaseUtils.createTempFile(
122 "-f", filePath
128 filePath = TestCaseUtils.createTempFile(
143 "-f", filePath
159 String filePath = TestCaseUtils.createTempFile(
174 "-f", filePath,
469 String filePath = TestCaseUtils.createTempFile(
483 "-f", filePath,
488 filePath = TestCaseUtils.createTempFile(
499 "-f", filePath,
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DLDAPBinaryOptionTestCase.java115 String filePath = TestCaseUtils.createTempFile(
130 "-f", filePath
136 filePath = TestCaseUtils.createTempFile(
151 "-f", filePath
167 String filePath = TestCaseUtils.createTempFile(
182 "-f", filePath,
424 String filePath = TestCaseUtils.createTempFile(
438 "-f", filePath,
443 filePath = TestCaseUtils.createTempFile(
454 "-f", filePath,
[all...]

Completed in 497 milliseconds

12345