public abstract class RepositoryMiner extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RepositoryMiner.NullMiner
A repository miner that does nothing.
|
| Constructor and Description |
|---|
RepositoryMiner() |
| Modifier and Type | Method and Description |
|---|---|
abstract RepositoryStatistics |
mine(Collection<String> absoluteFileNames,
edu.hm.hafner.util.FilteredLog logger)
Obtains statistical information for the specified files.
|
public abstract RepositoryStatistics mine(Collection<String> absoluteFileNames, edu.hm.hafner.util.FilteredLog logger) throws InterruptedException
absoluteFileNames - the files to gather statistics forlogger - the logger to useInterruptedException - if the user canceled the processingCopyright © 2016–2019. All rights reserved.