|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.metro.data.AbstractDirective
net.dpml.metro.data.LookupDirective
public final class LookupDirective
A reference directive is a reference to a part within the enclosing part's context or parts.
Constructor Summary | |
---|---|
LookupDirective(String classname)
Creation of a new lookup directive. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Test if the supplied object is equal to this object. |
String |
getServiceClassname()
Return the service classname. |
int |
hashCode()
Return the hashcode for the instance. |
Methods inherited from class net.dpml.metro.data.AbstractDirective |
---|
getPartHandlerURI, setupURI |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupDirective(String classname) throws NullPointerException
classname
- the service classname
NullPointerException
- if the classname argument is null.Method Detail |
---|
public String getServiceClassname()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the object to compare with this instance
public int hashCode()
hashCode
in class AbstractDirective
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |