Uses of Class
org.springframework.util.StopWatch.TaskInfo
Packages that use StopWatch.TaskInfo Package Description org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.Uses of StopWatch.TaskInfo in org.springframework.util
Methods in org.springframework.util that return StopWatch.TaskInfo Modifier and Type Method Description StopWatch.TaskInfoStopWatch. getLastTaskInfo()Get the last task as aStopWatch.TaskInfoobject.StopWatch.TaskInfo[]StopWatch. getTaskInfo()Get an array of the data for tasks performed.