|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.library.info.AbstractDirective net.dpml.tools.info.BuilderDirective
The BuilderDirective class describes the configuration of the build system.
Constructor Summary | |
BuilderDirective(ListenerDirective[] listeners,
String phase,
Properties properties)
Creation of a new library directive. |
Method Summary | |
boolean |
equals(Object other)
Compare this object with another for equality. |
String |
getDefaultPhase()
Return the default phase. |
ListenerDirective[] |
getListenerDirectives()
Return the set of listener directives. |
int |
hashCode()
Compute the hash code value. |
Methods inherited from class net.dpml.library.info.AbstractDirective |
equals, getProperties, getProperty, hashArray, hashValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BuilderDirective(ListenerDirective[] listeners, String phase, Properties properties) throws UnknownKeyException
listeners
- an array of listener directivesphase
- the default target phaseproperties
- supplimentary properties
UnknownKeyException
- if a unknown key is referencedMethod Detail |
public ListenerDirective[] getListenerDirectives()
public String getDefaultPhase()
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the other object
public int hashCode()
hashCode
in class AbstractDirective
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |