Uses of Class
org.eclipse.jgit.events.RepositoryEvent
-
Packages that use RepositoryEvent Package Description org.eclipse.jgit.events Events and listener interfaces.org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of RepositoryEvent in org.eclipse.jgit.events
Subclasses of RepositoryEvent in org.eclipse.jgit.events Modifier and Type Class Description classConfigChangedEventDescribes a change to one or more keys in the configuration.classIndexChangedEventDescribes a change to one or more paths in the index file.classRefsChangedEventDescribes a change to one or more references of a repository.classWorkingTreeModifiedEventARepositoryEventdescribing changes to the working tree.Methods in org.eclipse.jgit.events with parameters of type RepositoryEvent Modifier and Type Method Description voidListenerList. dispatch(RepositoryEvent event)Dispatch an event to all interested listeners. -
Uses of RepositoryEvent in org.eclipse.jgit.internal.storage.dfs
Subclasses of RepositoryEvent in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description classBeforeDfsPackIndexLoadedEventDescribes theDfsPackFilejust before its index is loaded.classDfsPacksChangedEventDescribes a change to the list of packs in aDfsRepository. -
Uses of RepositoryEvent in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RepositoryEvent Modifier and Type Method Description voidRepository. fireEvent(RepositoryEvent<?> event)Fire an event to all registered listeners.
-