Package | Description |
---|---|
oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
Modifier and Type | Method and Description |
---|---|
<R,C extends java.net.URLConnection> |
MultiThreadURLFileSystemHelper.invokeInterruptibly(java.net.URL url, MultiThreadURLFileSystemHelper.InterruptibleClosure<R,C> callable)
This method allows client to invoke IO bound operations in a way that is still Interruptible unlike standard stream IO.
|
protected <T> T |
MultiThreadURLFileSystemHelper.invokeInterruptiblyNoThrowIO(java.net.URL url, MultiThreadURLFileSystemHelper.InterruptibleClosure<T,?> callable, T defaultValue)
Internal convenienice version of the above method that eats the IOException and just returns a default value.
|