public class HgConsumer extends AbstractConsumer
More specific: log line each line if debug is enabled, get file status and detect warnings from hg
logger
Constructor and Description |
---|
HgConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(String line) |
void |
doConsume(ScmFileStatus status,
String trimmedLine) |
String |
getStdErr()
Warnings and errors is usually printed out in Std.Err, thus for derived consumers
operating on Std.Out this would typically return an empty string.
|
parseDate, parseDate
public HgConsumer()
public void doConsume(ScmFileStatus status, String trimmedLine)
public void consumeLine(String line)
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.