org.netbeans
Class ProxyURLStreamHandlerFactory
java.lang.Object
org.netbeans.ProxyURLStreamHandlerFactory
- All Implemented Interfaces:
- URLStreamHandlerFactory, EventListener, LookupListener
public class ProxyURLStreamHandlerFactory
- extends Object
- implements URLStreamHandlerFactory, LookupListener
A stream handler factory that delegates to others in lookup.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
register
public static void register()
createURLStreamHandler
public URLStreamHandler createURLStreamHandler(String protocol)
- Specified by:
createURLStreamHandler in interface URLStreamHandlerFactory
resultChanged
public void resultChanged(LookupEvent ev)
- Specified by:
resultChanged in interface LookupListener