Package org.nbgit

Examples of org.nbgit.StatusCache.refresh()


                        cache.refreshFileStatus(file, fi,
                                interestingDirs.get(file.isDirectory() ? file : file.getParentFile()));
                    }
                }
            } else {
                cache.refresh(root, StatusCache.REPOSITORY_STATUS_UNKNOWN);
            }
        }
        performAfter();
    }
View Full Code Here


            return;
        }
        StatusCache cache = Git.getInstance().getStatusCache();

        deleteConflictFile(file.getAbsolutePath());
        cache.refresh(file, StatusCache.REPOSITORY_STATUS_UNKNOWN);
    }

    public static void resolved(File file) {
        perform(file);
    }
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.