|
|||||||||
Home >> All >> javax >> ide >> [ net overview ] | PREV NEXT |
Uses of Class
javax.ide.net.VirtualFileSystemHelper
Uses of VirtualFileSystemHelper in javax.ide.net |
Fields in javax.ide.net declared as VirtualFileSystemHelper | |
private VirtualFileSystemHelper |
VirtualFileSystem._defaultHelper
|
Methods in javax.ide.net that return VirtualFileSystemHelper | |
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 java.net.URI. |
Methods in javax.ide.net with parameters of type VirtualFileSystemHelper | |
void |
VirtualFileSystem.registerHelper(java.lang.String scheme,
VirtualFileSystemHelper helper)
Registers the specified VirtualFileSystemHelper as the object that can handle VirtualFileSystem operations for java.net.URIs of the specified scheme . |
|
|||||||||
Home >> All >> javax >> ide >> [ net overview ] | PREV NEXT |