-
Notifications
You must be signed in to change notification settings - Fork 0
This tool can perform a series of tests on a given directory, such as counting the number of lines and the number of files.
License
jonathanlin0/Line-Counter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published