public abstract static class DBURLFactory.URLHelper extends java.lang.Object implements DBURLFactory.Helper
| Constructor and Description | 
|---|
| URLHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canCreateURL(DBObjectProvider pro)Deprecated.  | 
| java.net.URL | createProviderURL(DBObjectProvider pro)Returns the URL for the given DBObjectProvider if the provider
 is supported by this helper. | 
| abstract java.net.URL | createProviderURL(DBObjectProviderID proID)Returns the URL for the given DBObjectProvider if the provider
 is supported by this helper. | 
| 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. | 
public abstract java.net.URL createURL(DBObjectProvider pro, SystemObject obj)
pro - the containing DBObjectProviderthe - object, e.g. a tablespace, table, function, pacakge spec
 or package bodypublic java.net.URL createProviderURL(DBObjectProvider pro)
pro - the DBObjectProvider to get a URL forpublic abstract java.net.URL createProviderURL(DBObjectProviderID proID)
proID - the DBObjectProviderID to get a URL for@Deprecated public final boolean canCreateURL(DBObjectProvider pro)
canCreateURL in interface DBURLFactory.Helper@Deprecated public final java.net.URL createURL(DBObjectProvider pro, SchemaObject obj, java.lang.String subType)
DBURLFactory.HelpercreateURL in interface DBURLFactory.Helper