public interface BlameLineCallback
ISVNClient#blame call.| Modifier and Type | Method and Description |
|---|---|
void |
singleLine(long lineNum,
long revision,
java.util.Map<java.lang.String,byte[]> revProps,
long mergedRevision,
java.util.Map<java.lang.String,byte[]> mergedRevProps,
java.lang.String mergedPath,
boolean localChange,
byte[] line)
the method will be called for every line in a file.
|
void singleLine(long lineNum,
long revision,
java.util.Map<java.lang.String,byte[]> revProps,
long mergedRevision,
java.util.Map<java.lang.String,byte[]> mergedRevProps,
java.lang.String mergedPath,
boolean localChange,
byte[] line)
throws ClientException
lineNum - the line number for this linerevision - the revision of the last change.revProps - the revision properties for this revision.mergedRevision - the revision of the last merged change.mergedRevProps - the revision properties for the last merged
change.mergedPath - the path of the last merged change.localChange - true if the line was locally modified.line - the line in the file.ClientException