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

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DIOUtils.java97 public static String getFileContentFromClassPath(Class classInSameModule, String path) throws IOException { method in class:IOUtils
98 return getFileContentFromClassPath(classInSameModule, path, DEFAULT_ENCODING);
111 public static String getFileContentFromClassPath(Class classInSameModule, String path, String encoding) method in class:IOUtils
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DIOUtils.java97 public static String getFileContentFromClassPath(Class classInSameModule, String path) throws IOException { method in class:IOUtils
98 return getFileContentFromClassPath(classInSameModule, path, DEFAULT_ENCODING);
111 public static String getFileContentFromClassPath(Class classInSameModule, String path, String encoding) method in class:IOUtils

Completed in 21 milliseconds