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> relativeFileNames)
Obtains statistical information for the specified files.
|
public abstract RepositoryStatistics mine(Collection<String> relativeFileNames) throws InterruptedException
relativeFileNames - the files (relative file names with respect to the workspace root) to gather statistics forInterruptedException - if the user canceled the processingCopyright © 2016–2019. All rights reserved.