java.lang.Object |
↳ |
com.atlassian.bitbucket.scm.signed.InteractiveSignedObjectIdSource |
Summary
Public Methods |
void
|
add(String objectId)
Adds an object ID to be returned by this source.
|
void
|
complete()
Marks the source as complete.
|
boolean
|
hasNext()
|
@Nonnull
String
|
next()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.bitbucket.scm.signed.SignedObjectIdSource
|
Public Constructors
public
InteractiveSignedObjectIdSource
()
Public Methods
public
void
add
(String objectId)
Adds an object ID to be returned
by this source.
Parameters
objectId
| the next object ID
|
public
void
complete
()
Marks the source as complete. After this method is called, hasNext()
will return false
after all
previously added
object IDs have been returned.
public
boolean
hasNext
()
@Nonnull
public
String
next
()