| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.ide.model.NodeIdentityUtils
public final class NodeIdentityUtils
Suffixs are defined as including the preceeding dot in this class.
| Method Summary | |
|---|---|
static boolean | 
isNodeClass(java.lang.String[] names, java.lang.Class[] nodeClasses, boolean matchIfEqual)Returns true if any suffixs of the names matches any of the nodeClasses.  | 
static boolean | 
isNodeClass(java.lang.String[] names, java.lang.Class nodeClass, boolean matchIfEqual)Returns true if any suffixs of the names matches the nodeClass.  | 
static boolean | 
isNodeClass(java.lang.String name, java.lang.Class[] nodeClasses, boolean matchIfEqual)Returns true if the suffix of the name matches any of the nodeClasses.  | 
static boolean | 
isNodeClass(java.lang.String name, java.lang.Class nodeClass, boolean matchIfEqual)Returns true if the suffix of the name matches the nodeClass.  | 
static boolean | 
isNodeClass(java.net.URL[] urls, java.lang.Class[] nodeClasses, boolean matchIfEqual)Returns true if any suffixs of the urls match any of the nodeClasses.  | 
static boolean | 
isNodeClass(java.net.URL[] urls, java.lang.Class nodeClass, boolean matchIfEqual)Returns true if any suffixs of the urls match the nodeClass.  | 
static boolean | 
isNodeClass(java.net.URL url, java.lang.Class[] nodeClasses, boolean matchIfEqual)Returns true if the suffix of the url matches any of the nodeClasses.  | 
static boolean | 
isNodeClass(java.net.URL url, java.lang.Class nodeClass, boolean matchIfEqual)Returns true if the suffix of the url matches the nodeClass.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static boolean isNodeClass(java.net.URL url,
                                  java.lang.Class nodeClass,
                                  boolean matchIfEqual)
url - The url to get the suffix fromnodeClass - The Node implementation to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.lang.String name,
                                  java.lang.Class nodeClass,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClass - The Node implementation to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.net.URL url,
                                  java.lang.Class[] nodeClasses,
                                  boolean matchIfEqual)
url - The url to get the suffix fromnodeClasses - The Node implementations to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.lang.String name,
                                  java.lang.Class[] nodeClasses,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.net.URL[] urls,
                                  java.lang.Class nodeClass,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClass - The Node implementation to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.lang.String[] names,
                                  java.lang.Class nodeClass,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClass - The Node implementation to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.net.URL[] urls,
                                  java.lang.Class[] nodeClasses,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
public static boolean isNodeClass(java.lang.String[] names,
                                  java.lang.Class[] nodeClasses,
                                  boolean matchIfEqual)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare againstmatchIfEqual - If true matching is determined by equals, otherwise matches is determined by isAssignableFrom
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||