|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/ |
|
|
|
/** |
|
* Service-provider classes for the {@link java.nio.file} package. |
|
* |
|
* <p> Only developers who are defining new file system providers or file type |
|
* detectors should need to make direct use of this package. </p> |
|
* |
|
* <p> Unless otherwise noted, passing a {@code null} argument to a constructor |
|
* or method in any class or interface in this package will cause a {@link |
|
* java.lang.NullPointerException NullPointerException} to be thrown. |
|
* |
|
* @since 1.7 |
|
*/ |
|
|
|
package java.nio.file.spi; |