@param path @return
(final String path)
| 43 | * @return |
| 44 | */ |
| 45 | public static String resourcePath(final String path) { |
| 46 | URL asResource = findAsResource(path); |
| 47 | return new File(asResource.getFile()).getPath(); |
| 48 | } |
| 49 | |
| 50 | |
| 51 | private static InputStream getConfigStream(final String path) throws RuntimeException { |