public interface SloccountReportInterface
| Modifier and Type | Method and Description |
|---|---|
void |
add(String filePath,
String languageName,
String moduleName,
int lineCount,
int commentCount)
Add lines count.
|
String |
getRootFolder()
Get the root folder.
|
void add(String filePath, String languageName, String moduleName, int lineCount, int commentCount)
filePath - the filelanguageName - the language namemoduleName - the module namelineCount - the line countcommentCount - the comment countString getRootFolder()
Copyright © 2016–2022. All rights reserved.