com.croftsoft.apps.src
Class LineCount

java.lang.Object
  extended by com.croftsoft.apps.src.LineCount

public class LineCount
extends Object

This java application searches through all of the *.java files in the current directory and counts the number of lines. Ignores blank lines.

Version:
1997-01-03
Author:
David W. Croft

Constructor Summary
LineCount()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineCount

public LineCount()
Method Detail

main

public static void main(String[] args)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)