Package | Description |
---|---|
javax.ide.net |
Virtual file system.
|
Modifier and Type | Method and Description |
---|---|
VirtualFileSystemHelper |
VirtualFileSystem.findHelper(java.lang.String scheme)
Returns the
VirtualFileSystemHelper class that is currently registered to handle operations related to the specified scheme . |
VirtualFileSystemHelper |
VirtualFileSystem.findHelper(java.net.URI uri)
Returns the
VirtualFileSystemHelper class that is currently registered to handle operations related to the specified URI . |
Modifier and Type | Method and Description |
---|---|
void |
VirtualFileSystem.registerHelper(java.lang.String scheme, VirtualFileSystemHelper helper)
Registers the specified
VirtualFileSystemHelper as the object that can handle VirtualFileSystem operations for URI s of the specified scheme . |