Class RetrieveEvent
- java.lang.Object
-
- org.apache.ivy.core.event.IvyEvent
-
- org.apache.ivy.core.event.retrieve.RetrieveEvent
-
- Direct Known Subclasses:
EndRetrieveEvent
,StartRetrieveEvent
public class RetrieveEvent extends IvyEvent
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RetrieveEvent(java.lang.String name, ModuleRevisionId mrid, java.lang.String[] confs, RetrieveOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleRevisionId
getModuleRevisionId()
RetrieveOptions
getOptions()
-
Methods inherited from class org.apache.ivy.core.event.IvyEvent
addAttribute, addAttributes, addConfsAttribute, addMDAttributes, addModuleIdAttributes, addMridAttributes, equals, getAttributes, getName, getSource, hashCode, toString
-
-
-
-
Constructor Detail
-
RetrieveEvent
protected RetrieveEvent(java.lang.String name, ModuleRevisionId mrid, java.lang.String[] confs, RetrieveOptions options)
-
-
Method Detail
-
getModuleRevisionId
public ModuleRevisionId getModuleRevisionId()
-
getOptions
public RetrieveOptions getOptions()
-
-