Class EndGenerator

java.lang.Object
org.eclipse.jgit.revwalk.Generator
org.eclipse.jgit.revwalk.EndGenerator

class EndGenerator extends Generator
  • Field Details

  • Constructor Details

    • EndGenerator

      private EndGenerator()
  • Method Details

    • next

      RevCommit next()
      Description copied from class: Generator
      Return the next commit to the application, or the next generator.
      Specified by:
      next in class Generator
      Returns:
      next available commit; null if no more are to be returned.
    • outputType

      int outputType()
      Description copied from class: Generator
      Obtain flags describing the output behavior of this generator.
      Specified by:
      outputType in class Generator
      Returns:
      one or more of the constants declared in this class, describing how this generator produces its results.