public abstract class Blamer extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Blamer.NullBlamer
A blamer that does nothing.
|
| Constructor and Description |
|---|
Blamer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Blames |
blame(FileLocations fileLocations,
edu.hm.hafner.util.FilteredLog logger)
Obtains author and commit information for the specified file locations.
|
public abstract Blames blame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger)
fileLocations - the file locations to get the blames forlogger - the logger to useCopyright © 2016–2020. All rights reserved.