Searched refs:localPath (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/appclient/client/acc-config/src/test/java/org/glassfish/appclient/client/acc/config/util/
H A DXMLTest.java189 final String localPath = publicIdToLocalPathMap.get(publicId);
190 if (localPath == null) {
206 final InputStream is = getClass().getResourceAsStream(localPath);
208 System.err.println("Found map entry for public Id but could not find the local path " + localPath);

Completed in 16 milliseconds