Lines Matching defs:loader
53 * Installed providers are loaded using the system class loader. If the
54 * system class loader cannot be found then the extension class loader is used;
55 * if there is no extension class loader then the bootstrap class loader is used.
155 * class loader, and instantiated by invoking a one argument constructor
281 * attempt is made to locate the provider using the given class loader. If a
291 * @param loader
292 * the class loader to locate the provider or {@code null} to only
314 public static FileSystem newFileSystem(URI uri, Map<String,?> env, ClassLoader loader)
327 if (loader != null) {
329 .load(FileSystemProvider.class, loader);
354 * the provider using the given class loader. If a provider returns a file
359 * @param loader
360 * the class loader to locate the provider or {@code null} to only
376 ClassLoader loader)
392 if (loader != null) {
394 .load(FileSystemProvider.class, loader);