|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.lang.AbstractDirective
net.dpml.transit.info.CodeBaseDirective
public class CodeBaseDirective
The CodeBaseDirective is immutable datastructure used to describe a codebase.
Constructor Summary | |
---|---|
CodeBaseDirective(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. |
URI |
getCodeBaseURI()
Return the codebase URI. |
String |
getCodeBaseURISpec()
Return the codebase URI as a string. |
ValueDirective[] |
getValueDirectives()
Return the array of codebase parameter values. |
int |
hashCode()
Compute the instance hashcode value. |
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 CodeBaseDirective(URI codebase, ValueDirective[] parameters)
codebase
- the codebase uriparameters
- an array of plugin parameter descriptorsMethod Detail |
---|
public URI getCodeBaseURI()
public String getCodeBaseURISpec()
public ValueDirective[] getValueDirectives()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the object to evaluate
public int hashCode()
hashCode
in class AbstractDirective
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |