Uses of Class
org.apache.ivy.core.event.IvyEvent
-
-
Uses of IvyEvent in org.apache.ivy.ant
Fields in org.apache.ivy.ant with type parameters of type IvyEvent Modifier and Type Field Description private java.util.Collection<IvyEvent>
AntCallTrigger. calls
Methods in org.apache.ivy.ant with parameters of type IvyEvent Modifier and Type Method Description private java.io.File
AntBuildTrigger. getBuildFile(IvyEvent event)
private boolean
AntCallTrigger. isTriggered(IvyEvent event)
private void
AntCallTrigger. markTriggered(IvyEvent event)
void
AntBuildTrigger. progress(IvyEvent event)
void
AntCallTrigger. progress(IvyEvent event)
-
Uses of IvyEvent in org.apache.ivy.core.event
Fields in org.apache.ivy.core.event with type parameters of type IvyEvent Modifier and Type Field Description private Filter<IvyEvent>
IvyEventFilter. attFilter
private Filter<IvyEvent>
FilteredIvyListener. filter
private Filter<IvyEvent>
IvyEventFilter. nameFilter
Methods in org.apache.ivy.core.event that return types with arguments of type IvyEvent Modifier and Type Method Description Filter<IvyEvent>
FilteredIvyListener. getFilter()
private Filter<IvyEvent>
IvyEventFilter. parseExpression(java.lang.String filterExpression)
Methods in org.apache.ivy.core.event with parameters of type IvyEvent Modifier and Type Method Description boolean
IvyEventFilter. accept(IvyEvent e)
void
EventManager. fireIvyEvent(IvyEvent evt)
void
FilteredIvyListener. progress(IvyEvent event)
void
IvyListener. progress(IvyEvent event)
Method parameters in org.apache.ivy.core.event with type arguments of type IvyEvent Modifier and Type Method Description void
EventManager. addIvyListener(IvyListener listener, Filter<IvyEvent> filter)
Constructor parameters in org.apache.ivy.core.event with type arguments of type IvyEvent Constructor Description FilteredIvyListener(IvyListener listener, Filter<IvyEvent> filter)
-
Uses of IvyEvent in org.apache.ivy.core.event.download
Subclasses of IvyEvent in org.apache.ivy.core.event.download Modifier and Type Class Description class
DownloadEvent
class
EndArtifactDownloadEvent
class
NeedArtifactEvent
class
PrepareDownloadEvent
class
StartArtifactDownloadEvent
-
Uses of IvyEvent in org.apache.ivy.core.event.publish
Subclasses of IvyEvent in org.apache.ivy.core.event.publish Modifier and Type Class Description class
EndArtifactPublishEvent
Event fired after artifact publication has finished (possibly in error).class
PublishEvent
Base class for events fired duringDependencyResolver.publish(Artifact, File, boolean)
.class
StartArtifactPublishEvent
Event fired just before an artifact is published into a resolver. -
Uses of IvyEvent in org.apache.ivy.core.event.resolve
Subclasses of IvyEvent in org.apache.ivy.core.event.resolve Modifier and Type Class Description class
EndResolveDependencyEvent
class
EndResolveEvent
class
ResolveDependencyEvent
class
ResolveEvent
class
StartResolveDependencyEvent
class
StartResolveEvent
-
Uses of IvyEvent in org.apache.ivy.core.event.retrieve
Subclasses of IvyEvent in org.apache.ivy.core.event.retrieve Modifier and Type Class Description class
EndRetrieveArtifactEvent
class
EndRetrieveEvent
class
RetrieveArtifactEvent
class
RetrieveEvent
class
StartRetrieveArtifactEvent
class
StartRetrieveEvent
-
Uses of IvyEvent in org.apache.ivy.plugins.repository
Subclasses of IvyEvent in org.apache.ivy.plugins.repository Modifier and Type Class Description class
TransferEvent
TransferEvent is used to notify TransferListeners about progress in transfer of resources form/to the repository This class is LARGELY inspired by org.apache.maven.wagon.events.TransferEvent released under the following copyright license: -
Uses of IvyEvent in org.apache.ivy.plugins.trigger
Fields in org.apache.ivy.plugins.trigger with type parameters of type IvyEvent Modifier and Type Field Description private Filter<IvyEvent>
AbstractTrigger. filter
Methods in org.apache.ivy.plugins.trigger that return types with arguments of type IvyEvent Modifier and Type Method Description private Filter<IvyEvent>
AbstractTrigger. createFilter()
Filter<IvyEvent>
AbstractTrigger. getEventFilter()
Filter<IvyEvent>
Trigger. getEventFilter()
Methods in org.apache.ivy.plugins.trigger with parameters of type IvyEvent Modifier and Type Method Description void
LogTrigger. progress(IvyEvent event)
-