|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.AbstractDirective net.dpml.transit.info.CodeBaseDirective net.dpml.transit.info.LayoutDirective
The CodeBaseDirective is immutable datastructure used to describe a codebase.
Constructor Summary | |
LayoutDirective(String id,
String title,
URI codebase,
ValueDirective[] parameters)
Creation of a new codebase descriptor. |
Method Summary | |
boolean |
equals(Object other)
Test if the supplied object is equal to this object. |
String |
getID()
Return the unique content handler datatype identifier. |
String |
getTitle()
Return the content handler title. |
int |
hashCode()
Compute the instance hashcode value. |
Methods inherited from class net.dpml.transit.info.CodeBaseDirective |
getCodeBaseURI, getCodeBaseURISpec, getValueDirectives |
Methods inherited from class net.dpml.lang.AbstractDirective |
equals, hashArray, hashValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LayoutDirective(String id, String title, URI codebase, ValueDirective[] parameters) throws NullPointerException
id
- the datatype identifiertitle
- the handler titlecodebase
- the codebase uriparameters
- an array of plugin parameter descriptors
NullPointerException
- if the id is nullMethod Detail |
public String getID()
public String getTitle()
public boolean equals(Object other)
equals
in class CodeBaseDirective
other
- the object to evaluate
public int hashCode()
hashCode
in class CodeBaseDirective
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |