Class ProjectStatsService
java.lang.Object
com.iu.javadatastructureslab.services.ProjectStatsService
Computes summary statistics by scanning the project source tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns cached project statistics, recomputing when the cache expires.
-
Constructor Details
-
ProjectStatsService
public ProjectStatsService()
-
-
Method Details
-
getProjectStats
Returns cached project statistics, recomputing when the cache expires.- Returns:
- map of stat keys to counts
-