org.apache.ivy.core.event
public class IvyEvent extends Object
Constructor Summary | |
---|---|
protected | IvyEvent(String name) |
Method Summary | |
---|---|
protected void | addAttribute(String key, String value)
Should only be called during event object construction, since events should be immutable
|
protected void | addAttributes(Map attributes) |
protected void | addConfsAttribute(String[] confs) |
protected void | addMDAttributes(ModuleDescriptor md) |
protected void | addModuleIdAttributes(ModuleId moduleId) |
protected void | addMridAttributes(ModuleRevisionId mrid) |
boolean | equals(Object obj) |
Map | getAttributes()
Returns the attributes of this event, as a Map(String->String)
|
String | getName() |
EventManager | getSource() |
int | hashCode() |
String | toString() |
Parameters: key value
Returns: the attributes of this event, as a Map(String->String)