Class Glog

    • Field Detail

      • frame

        final javax.swing.JFrame frame
    • Constructor Detail

      • Glog

        Glog()
    • Method Detail

      • walkLoop

        protected int walkLoop()
                        throws java.lang.Exception
        Loop the walk
        Overrides:
        walkLoop in class RevWalkTextBuiltin
        Returns:
        number of RevCommits walked
        Throws:
        java.lang.Exception - if any.
      • show

        protected void show​(RevCommit c)
                     throws java.lang.Exception
        "Show" the current RevCommit when called from the main processing loop.

        Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.

        Specified by:
        show in class RevWalkTextBuiltin
        Parameters:
        c - The current RevCommit
        Throws:
        java.lang.Exception
      • repoName

        private java.lang.String repoName()