Skip to content

jonathanlin0/Line-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run the program as it is, simply compile and run LineCounter.java

To run specific tests, run the appropriate test and then retrieve the
appropriate value. For example, to retrieve the number of lines in a directory,
simply create a LineCounter object, call countNumberOfLines() using the object, 
then call getNumberOfLines() using the object.

If you would like to incorporate this tool into your code, simply create a
LineCounter object and set the specific parameters you want, such as
isHighPerformance.

I have added JAVADOCS to all the functions for convenience and readability
sake.

About

This tool can perform a series of tests on a given directory, such as counting the number of lines and the number of files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages