Package org.nbgit.ui.diff

Examples of org.nbgit.ui.diff.Setup


            }
        }

        List<Setup> setups = new ArrayList<Setup>();
        for (File file : filesToDiff) {
            Setup setup = new Setup(file, Long.toString(fromRevision - 1), Long.toString(toRevision));
            setups.add(setup);
        }
        return setups;
    }
View Full Code Here

TOP

Related Classes of org.nbgit.ui.diff.Setup

Copyright © 2018 www.massapicom. 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.