public class IntegrityBlameConsumer extends Object implements org.codehaus.plexus.util.cli.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 org.codehaus.plexus.util.cli.StreamConsumer
public List<BlameLine> getBlameList()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.