com.aptana.ide.debug.internal.core
Class DbgSourceURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by com.aptana.ide.debug.internal.core.DbgSourceURLStreamHandler

public class DbgSourceURLStreamHandler
extends java.net.URLStreamHandler

Author:
Max Stepanov

Constructor Summary
DbgSourceURLStreamHandler()
           
 
Method Summary
static DbgSourceURLStreamHandler getDefault()
           
protected  java.net.URLConnection openConnection(java.net.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
 

Constructor Detail

DbgSourceURLStreamHandler

public DbgSourceURLStreamHandler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL u)
                                         throws java.io.IOException
Specified by:
openConnection in class java.net.URLStreamHandler
Throws:
java.io.IOException

getDefault

public static DbgSourceURLStreamHandler getDefault()