Searched defs:getResource (Results 1 – 8 of 8) sorted by relevance
45 public static URL getResource (final String name) in getResource() method in ResourceLoader92 public static URL getResource (final String name, final ClassLoader loader) in getResource() method in ResourceLoader
26 function getResource(url, callback) { function
39 public static URL getResource(String name, ClassLoader loader) in getResource() method in ConsumerProperties
241 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource() method in JarExecTest
251 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource() method in ZipExecTest
73 public URL getResource(String name) { in getResource() method in TestCaseClassLoader
159 public final URL getResource (final String name) in getResource() method in InstrClassLoader
64 public URL getResource(String res) { in getResource() method in URLClassLoaderTest.BogusClassLoader