public class IntegrityBlameConsumer extends Object implements StreamConsumer
| Constructor and Description |
|---|
IntegrityBlameConsumer(ScmLogger logger)
IntegrityBlameConsumer constructor requires a ScmLogger to log all the activity
|
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(String line) |
List<BlameLine> |
getBlameList()
Returns a list of BlameLine objects found from parsing the 'si annotate' output
|
public IntegrityBlameConsumer(ScmLogger logger)
logger - ScmLogger objectpublic void consumeLine(String line)
consumeLine in interface StreamConsumerpublic List<BlameLine> getBlameList()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.