|
|||||||||||
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.TransitDirective
The CodeBaseDirective is immutable datastructure used to describe a codebase.
Field Summary | |
static TransitDirective |
CLASSIC_PROFILE
Classic configuration profile. |
Constructor Summary | |
TransitDirective(ProxyDirective proxy,
CacheDirective cache)
Creation of a new codebase descriptor. |
Method Summary | |
boolean |
equals(Object other)
Test if the supplied object is equal to this object. |
CacheDirective |
getCacheDirective()
Return the cache configuration directive. |
ProxyDirective |
getProxyDirective()
Return the proxy configuration. |
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 |
Field Detail |
public static final TransitDirective CLASSIC_PROFILE
Constructor Detail |
public TransitDirective(ProxyDirective proxy, CacheDirective cache) throws NullPointerException
proxy
- the proxy configurationcache
- the cache configuration
NullPointerException
- if the cache configuration arguments is nullMethod Detail |
public CacheDirective getCacheDirective()
public ProxyDirective getProxyDirective()
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 |