@ExportedBean public class SloccountLanguageStatistics extends Object implements Serializable
| Constructor and Description |
|---|
SloccountLanguageStatistics(String languageName,
int lineCount,
int fileCount,
int commentCount)
Constructor initializing members.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCommentCount()
Get number of comments containing this language.
|
int |
getFileCount()
Get number of files containing this language.
|
int |
getLineCount()
Get number of lines in this language.
|
String |
getName()
Get the language name.
|
public SloccountLanguageStatistics(String languageName, int lineCount, int fileCount, int commentCount)
languageName - the languagelineCount - number of lines in this languagefileCount - number of files containing this languagecommentCount - commentCount@Exported(name="name") public String getName()
@Exported(name="lines") public int getLineCount()
@Exported(name="files") public int getFileCount()
@Exported(name="comments") public int getCommentCount()
Copyright © 2016–2022. All rights reserved.