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. callsMethods in org.apache.ivy.ant with parameters of type IvyEvent Modifier and Type Method Description private java.io.FileAntBuildTrigger. getBuildFile(IvyEvent event)private booleanAntCallTrigger. isTriggered(IvyEvent event)private voidAntCallTrigger. markTriggered(IvyEvent event)voidAntBuildTrigger. progress(IvyEvent event)voidAntCallTrigger. 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. attFilterprivate Filter<IvyEvent>FilteredIvyListener. filterprivate Filter<IvyEvent>IvyEventFilter. nameFilterMethods 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 booleanIvyEventFilter. accept(IvyEvent e)voidEventManager. fireIvyEvent(IvyEvent evt)voidFilteredIvyListener. progress(IvyEvent event)voidIvyListener. progress(IvyEvent event)Method parameters in org.apache.ivy.core.event with type arguments of type IvyEvent Modifier and Type Method Description voidEventManager. 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 classDownloadEventclassEndArtifactDownloadEventclassNeedArtifactEventclassPrepareDownloadEventclassStartArtifactDownloadEvent -
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 classEndArtifactPublishEventEvent fired after artifact publication has finished (possibly in error).classPublishEventBase class for events fired duringDependencyResolver.publish(Artifact, File, boolean).classStartArtifactPublishEventEvent 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 classEndResolveDependencyEventclassEndResolveEventclassResolveDependencyEventclassResolveEventclassStartResolveDependencyEventclassStartResolveEvent -
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 classEndRetrieveArtifactEventclassEndRetrieveEventclassRetrieveArtifactEventclassRetrieveEventclassStartRetrieveArtifactEventclassStartRetrieveEvent -
Uses of IvyEvent in org.apache.ivy.plugins.repository
Subclasses of IvyEvent in org.apache.ivy.plugins.repository Modifier and Type Class Description classTransferEventTransferEvent 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. filterMethods 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 voidLogTrigger. progress(IvyEvent event)
-