Searched defs:getFirstOccurence (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.java555 * Method getFirstOccurence
568 public static int getFirstOccurence(String filePath, String pattern, method in class:FileUtils
598 Debug.log("FileUtils.getFirstOccurence : Match [ "
608 Debug.log("FileUtils.getFirstOccurence() threw exception : ", ex);
615 * Method getFirstOccurence
627 public static int getFirstOccurence(String filePath, String pattern, method in class:FileUtils
629 return getFirstOccurence(filePath, pattern, matchBegin, matchEnd,
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java555 * Method getFirstOccurence
568 public static int getFirstOccurence(String filePath, String pattern, method in class:FileUtils
598 Debug.log("FileUtils.getFirstOccurence : Match [ "
608 Debug.log("FileUtils.getFirstOccurence() threw exception : ", ex);
615 * Method getFirstOccurence
627 public static int getFirstOccurence(String filePath, String pattern, method in class:FileUtils
629 return getFirstOccurence(filePath, pattern, matchBegin, matchEnd,

Completed in 43 milliseconds