| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.externaltools.ContextUtils
public final class ContextUtils
Utilities for processing the context, commonly used by external tools macros.
| Method Summary | |
|---|---|
static Locatable | 
getLocatable(Context ctx) | 
static Project | 
getProject(Context ctx) | 
static Element | 
getSelectedElement(Context ctx)Get the selected element for the specified context.  | 
static java.net.URL | 
getURL(Context ctx) | 
static boolean | 
isLocalFile(java.net.URL url)Returns true if the specified URL is allowable in the various file.* macros in external tools.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static boolean isLocalFile(java.net.URL url)
url - a url to test. Must not be null.public static Element getSelectedElement(Context ctx)
public static Locatable getLocatable(Context ctx)
public static java.net.URL getURL(Context ctx)
public static Project getProject(Context ctx)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||