net.xoetrope.xui.registry
Class XRegistrationEntry
java.lang.Object
net.xoetrope.xui.registry.XRegistrationEntry
public class XRegistrationEntry
- extends java.lang.Object
A class for maintaining registration information and for matching it to
match a registration instance to its usage
|
Method Summary |
boolean |
matches(int mode,
java.lang.Object comp,
java.util.Hashtable regConfig,
java.util.Hashtable instConfig)
Find a matching registration entry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matchMode
public int matchMode
target
public java.lang.String target
className
public java.lang.String className
targetClass
protected java.lang.Class targetClass
registrationConfig
public java.util.Hashtable registrationConfig
XRegistrationEntry
public XRegistrationEntry()
matches
public boolean matches(int mode,
java.lang.Object comp,
java.util.Hashtable regConfig,
java.util.Hashtable instConfig)
- Find a matching registration entry
- Parameters:
mode - the matching modecomp - the component for which the match is being maderegConfig - the registration attributesinstConfig - the instance attributes