< prev index next >

src/java.base/share/classes/java/nio/file/FileSystems.java

Print this page

        

*** 48,58 **** * provider, identified by the URI scheme "file", creates the {@link FileSystem} * that provides access to the file systems accessible to the Java virtual * machine. If the process of loading or initializing the default provider fails * then an unspecified error is thrown. * ! * <p> The first invocation of the {@link FileSystemProvider#installedProviders * installedProviders} method, by way of invoking any of the {@code * newFileSystem} methods defined by this class, locates and loads all * installed file system providers. Installed providers are loaded using the * service-provider loading facility defined by the {@link ServiceLoader} class. * Installed providers are loaded using the system class loader. If the --- 48,58 ---- * provider, identified by the URI scheme "file", creates the {@link FileSystem} * that provides access to the file systems accessible to the Java virtual * machine. If the process of loading or initializing the default provider fails * then an unspecified error is thrown. * ! * <p> The first invocation of the {@link FileSystemProvider#installedProviders() * installedProviders} method, by way of invoking any of the {@code * newFileSystem} methods defined by this class, locates and loads all * installed file system providers. Installed providers are loaded using the * service-provider loading facility defined by the {@link ServiceLoader} class. * Installed providers are loaded using the system class loader. If the
< prev index next >