org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class NbResourceStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by org.netbeans.core.startup.NbResourceStreamHandler

public final class NbResourceStreamHandler
extends URLStreamHandler

Stream handler for internal resource-based URLs.


Field Summary
static String PROTOCOL_LOCALIZED_SYSTEM_RESOURCE
           
static String PROTOCOL_SYSTEM_RESOURCE
           
 
Constructor Summary
NbResourceStreamHandler()
           
 
Method Summary
 URLConnection openConnection(URL u)
           
 
Methods inherited from class java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_SYSTEM_RESOURCE

public static final String PROTOCOL_SYSTEM_RESOURCE
See Also:
Constant Field Values

PROTOCOL_LOCALIZED_SYSTEM_RESOURCE

public static final String PROTOCOL_LOCALIZED_SYSTEM_RESOURCE
See Also:
Constant Field Values
Constructor Detail

NbResourceStreamHandler

public NbResourceStreamHandler()
Method Detail

openConnection

public URLConnection openConnection(URL u)
                             throws IOException
Specified by:
openConnection in class URLStreamHandler
Throws:
IOException

org.netbeans.core.startup/1 1.40

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