|
KIE NIO.2 :: API 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.commons.java.nio.file.api.FileSystemProviders
public final class FileSystemProviders
Back port of JSR-203 from Java Platform, Standard Edition 7.
| Method Summary | |
|---|---|
static FileSystemProvider |
getDefaultProvider()
Non standard method that provides access to default provider (default:// scheme). |
static List<FileSystemProvider> |
installedProviders()
|
static FileSystemProvider |
resolveProvider(URI uri)
Non standard method to resolve a provider based on uri's scheme |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static FileSystemProvider getDefaultProvider()
throws ServiceConfigurationError
ServiceConfigurationErrorpublic static FileSystemProvider resolveProvider(URI uri)
uri - the uri
public static List<FileSystemProvider> installedProviders()
throws ServiceConfigurationError
ServiceConfigurationError
|
KIE NIO.2 :: API 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||