Interface SignedObjectIdSource

All Known Implementing Classes:
InteractiveSignedObjectIdSource, SimpleSignedObjectIdSource

public interface SignedObjectIdSource
Provides object IDs to the ScmExtendedCommandFactory.signedObjects(SignedObjectsParameters, SignedObjectCallback) command to be resolved into signed objects.

Returned object IDs can either be commit IDs or ref IDs.

Since:
5.1
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
  • Method Details

    • hasNext

      boolean hasNext()
      Returns:
      true if there are any more object IDs to be resolved.
    • next

      @Nonnull String next()
      Returns:
      the next object ID
      Throws:
      NoSuchElementException - if called when hasNext() returns false