public class CodeCountInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
blankCount |
int |
codeCount |
int |
commentCount |
String |
fileName |
int |
importCount |
String |
packageName |
int |
totalLines |
| Modifier and Type | Method and Description |
|---|---|
String |
formatInfo(PrintfFormat nameFormat,
PrintfFormat numFormat)
Formats the info as a string.
|
void |
setPackage(String s) |
public String packageName
public String fileName
public int codeCount
public int blankCount
public int importCount
public int commentCount
public int totalLines
public String formatInfo(PrintfFormat nameFormat, PrintfFormat numFormat)
public void setPackage(String s)
Copyright © 2023. All rights reserved.