Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.db
Class DBURLFactory.URLHelper

java.lang.Object
  extended by oracle.ide.db.DBURLFactory.URLHelper
All Implemented Interfaces:
DBURLFactory.Helper
Enclosing class:
DBURLFactory

public abstract static class DBURLFactory.URLHelper
extends java.lang.Object
implements DBURLFactory.Helper

Helper registered with the DBURLFactory using the appropriate extension.xml trigger-hook.


Constructor Summary
DBURLFactory.URLHelper()
           
 
Method Summary
 boolean canCreateURL(DBObjectProvider pro)
          Deprecated. 
 java.net.URL createURL(DBObjectProvider pro, SchemaObject obj, java.lang.String subType)
          Deprecated. 
abstract  java.net.URL createURL(DBObjectProvider pro, SystemObject obj)
          Returns the URL for the given SystemObject that is from the given provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBURLFactory.URLHelper

public DBURLFactory.URLHelper()
Method Detail

createURL

public abstract java.net.URL createURL(DBObjectProvider pro,
                                       SystemObject obj)
Returns the URL for the given SystemObject that is from the given provider. Can return null if the provider or object are not supported by this helper.

Parameters:
pro - the containing DBObjectProvider
the - object, e.g. a tablespace, table, function, pacakge spec or package body

canCreateURL

@Deprecated
public final boolean canCreateURL(DBObjectProvider pro)
Deprecated. 

This is no longer called because the new registration in extension.xml should include a provider type that the helper is responsible for.

Specified by:
canCreateURL in interface DBURLFactory.Helper

createURL

@Deprecated
public final java.net.URL createURL(DBObjectProvider pro,
                                               SchemaObject obj,
                                               java.lang.String subType)
Deprecated. 

Description copied from interface: DBURLFactory.Helper
Returns the URL for the given SchemaObject that is from the given provider. The subtype is used to indicate source or body for pl/sql.

Specified by:
createURL in interface DBURLFactory.Helper

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.