Class ProjectStatsService

java.lang.Object
com.iu.javadatastructureslab.services.ProjectStatsService

@Service public class ProjectStatsService extends Object
Computes summary statistics by scanning the project source tree.
  • Constructor Details

    • ProjectStatsService

      public ProjectStatsService()
  • Method Details

    • getProjectStats

      public Map<String,Integer> getProjectStats()
      Returns cached project statistics, recomputing when the cache expires.
      Returns:
      map of stat keys to counts