public class FileInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
codeLines |
String |
extension |
int |
fileCount |
int |
totalLines |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FileInfo fileInfo) |
void |
printInfo() |
void |
process(File file) |
public String extension
public int fileCount
public int totalLines
public int codeLines
public FileInfo(String extension)
public void process(File file) throws IOException
IOExceptionpublic void printInfo()
public void add(FileInfo fileInfo)
Copyright © 2022. All rights reserved.