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

/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DConnectorInfoProviderService.java849 * @param jarLocation
854 private static Vector<URL> getJarFileListing(URL jarLocation, String filter) { argument
856 if (jarLocation == null) {
862 String jarPath = jarLocation.getPath().substring(5, jarLocation.getPath().indexOf("!"));
880 files.add(new URL(jarLocation, fileName.replace(
887 throw new RuntimeException("Unable to get Jar input stream from '" + jarLocation + "'",

Completed in 28 milliseconds