public interface BlameRangeCallback
ISVNClient#blame call.| Modifier and Type | Method and Description |
|---|---|
void |
setRange(long startRevision,
long endRevision)
This method will be called once before #{BlameLineCallback.singleLine}
is called for the first time.
|
void setRange(long startRevision,
long endRevision)
throws ClientException
startRevision - the resolved start of the blame range.endRevision - the resolved end of the blame range.ClientException