Examples of fireRepositoryChanged()


Examples of org.eclipse.egit.core.project.RepositoryMapping.fireRepositoryChanged()

      commit = commitOperation.getCommit();
      CommitMessageComponentStateManager.deleteState(repository);
      RepositoryMapping mapping = RepositoryMapping
          .findRepositoryMapping(repository);
      if (mapping != null)
        mapping.fireRepositoryChanged();
    } catch (CoreException e) {
      if (e.getCause() instanceof JGitInternalException)
        return Activator.createErrorStatus(e.getLocalizedMessage(),
            e.getCause());
      return Activator.createErrorStatus(
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.