public class JavaLineCounter
extends java.lang.Object
| Constructor and Description |
|---|
JavaLineCounter(boolean countComments,
boolean countStructuralSymbols,
boolean countBlankLines) |
| Modifier and Type | Method and Description |
|---|---|
long |
countLines(java.util.List<java.nio.file.Path> javaPaths) |
long |
countLines(java.nio.file.Path javaPath) |
static void |
main(java.lang.String[] args) |