|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.htmlparser.tests.codeMetrics.LineCounter
Constructor Summary | |
LineCounter()
|
Method Summary | |
int |
count(java.io.File file)
|
int |
countLinesIn(java.io.File file)
Counts code excluding comments and blank lines in the given file |
static void |
main(java.lang.String[] args)
|
int |
recurseDirectory(java.io.File file,
int count)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LineCounter()
Method Detail |
public int count(java.io.File file)
public int countLinesIn(java.io.File file)
file
-
public int recurseDirectory(java.io.File file, int count)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |