Class EndGenerator

    • Constructor Detail

      • EndGenerator

        private EndGenerator()
    • Method Detail

      • 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.