|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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 nodeClass)
Returns true if any suffixs of the names matches the nodeClass. |
static boolean |
isNodeClass(java.lang.String[] names,
java.lang.Class[] nodeClasses)
Returns true if any suffixs of the names matches any of the nodeClasses. |
static boolean |
isNodeClass(java.lang.String[] names,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(String[],Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.lang.String[] names,
java.lang.Class nodeClass,
boolean matchIfEqual)
Deprecated. replaced by #isNodeClass(String[],Class. The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.lang.String name,
java.lang.Class nodeClass)
Returns true if the suffix of the name matches the nodeClass. |
static boolean |
isNodeClass(java.lang.String name,
java.lang.Class[] nodeClasses)
Returns true if the suffix of the name matches any of the nodeClasses. |
static boolean |
isNodeClass(java.lang.String name,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(String,Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.lang.String name,
java.lang.Class nodeClass,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(String,Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.net.URL[] urls,
java.lang.Class nodeClass)
Returns true if any suffixs of the urls match the nodeClass. |
static boolean |
isNodeClass(java.net.URL[] urls,
java.lang.Class[] nodeClasses)
Returns true if any suffixs of the urls match any of the nodeClasses. |
static boolean |
isNodeClass(java.net.URL[] urls,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
Deprecated. replaced by #isNodeClass(URL[],Class[]. The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.net.URL[] urls,
java.lang.Class nodeClass,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(URL[],Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.net.URL url,
java.lang.Class nodeClass)
Returns true if the suffix of the url matches the nodeClass. |
static boolean |
isNodeClass(java.net.URL url,
java.lang.Class[] nodeClasses)
Returns true if the suffix of the url matches any of the nodeClasses. |
static boolean |
isNodeClass(java.net.URL url,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(URL,Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
static boolean |
isNodeClass(java.net.URL url,
java.lang.Class nodeClass,
boolean matchIfEqual)
Deprecated. replaced by isNodeClass(URL,Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public static boolean isNodeClass(java.net.URL url,
java.lang.Class nodeClass,
boolean matchIfEqual)
isNodeClass(URL,Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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.net.URL url,
java.lang.Class nodeClass)
url - The url to get the suffix fromnodeClass - The Node implementation to compare against
@Deprecated
public static boolean isNodeClass(java.lang.String name,
java.lang.Class nodeClass,
boolean matchIfEqual)
isNodeClass(String,Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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 name,
java.lang.Class nodeClass)
name - The name to get the suffix fromnodeClass - The Node implementation to compare against
@Deprecated
public static boolean isNodeClass(java.net.URL url,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
isNodeClass(URL,Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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.net.URL url,
java.lang.Class[] nodeClasses)
url - The url to get the suffix fromnodeClasses - The Node implementations to compare against
@Deprecated
public static boolean isNodeClass(java.lang.String name,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
isNodeClass(String,Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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 name,
java.lang.Class[] nodeClasses)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare against
@Deprecated
public static boolean isNodeClass(java.net.URL[] urls,
java.lang.Class nodeClass,
boolean matchIfEqual)
isNodeClass(URL[],Class). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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 nodeClass)
name - The name to get the suffix fromnodeClass - The Node implementation to compare against
@Deprecated
public static boolean isNodeClass(java.lang.String[] names,
java.lang.Class nodeClass,
boolean matchIfEqual)
#isNodeClass(String[],Class. The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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)
names - The names to get the suffix fromnodeClass - The Node implementation to compare against
@Deprecated
public static boolean isNodeClass(java.net.URL[] urls,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
#isNodeClass(URL[],Class[]. The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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[] nodeClasses)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare against
@Deprecated
public static boolean isNodeClass(java.lang.String[] names,
java.lang.Class[] nodeClasses,
boolean matchIfEqual)
isNodeClass(String[],Class[]). The matching of
node classes based on isAssignableFrom is not feasible to implement for
on-demand extension loading.
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)
name - The name to get the suffix fromnodeClasses - The Node implementations to compare against
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||