Searched defs:matchEnd (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java443 * @param matchEnd
450 boolean matchBegin, boolean matchEnd, boolean ignoreCase) {
465 } else if (matchEnd) {
500 * @param matchEnd
508 boolean matchBegin, boolean matchEnd, boolean ignoreCase,
533 matchEnd, ignoreCase);
561 * @param matchEnd
569 boolean matchBegin, boolean matchEnd, boolean ignoreCase,
591 matchEnd, ignoreCase);
621 * @param matchEnd
449 matchPattern(String line, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
507 getLineWithPattern(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase, int beginAtLine) argument
568 getFirstOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase, int beginAtLine) argument
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
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java443 * @param matchEnd
450 boolean matchBegin, boolean matchEnd, boolean ignoreCase) {
465 } else if (matchEnd) {
500 * @param matchEnd
508 boolean matchBegin, boolean matchEnd, boolean ignoreCase,
533 matchEnd, ignoreCase);
561 * @param matchEnd
569 boolean matchBegin, boolean matchEnd, boolean ignoreCase,
591 matchEnd, ignoreCase);
621 * @param matchEnd
449 matchPattern(String line, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase) argument
507 getLineWithPattern(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase, int beginAtLine) argument
568 getFirstOccurence(String filePath, String pattern, boolean matchBegin, boolean matchEnd, boolean ignoreCase, int beginAtLine) argument
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
[all...]

Completed in 31 milliseconds