Home | History | Annotate | Download | only in spi

Lines Matching refs:scheme

47  * identified by a {@code URI} {@link #getScheme() scheme}. The default provider
48 * is identified by the URI scheme "file". It creates the {@link FileSystem} that
59 * file system is identified by a {@code URI} where the URI's scheme matches
60 * the provider's {@link #getScheme scheme}. The default file system, for example,
120 String scheme = provider.getScheme();
123 if (!scheme.equalsIgnoreCase("file")) {
126 if (p.getScheme().equalsIgnoreCase(scheme)) {
183 * Returns the URI scheme that identifies this provider.
185 * @return The URI scheme
195 * scheme equal (without regard to case) to the scheme supported by this
277 * case of the default provider, the URI scheme is {@code "file"} and the
293 * If the URI scheme does not identify this provider or other