org.netbeans.bootstrap/1 2.52

org.netbeans
Class ProxyURLStreamHandlerFactory

java.lang.Object
  extended by 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.


Method Summary
 URLStreamHandler createURLStreamHandler(String protocol)
           
static void register()
           
 void resultChanged(LookupEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

org.netbeans.bootstrap/1 2.52

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.