Class ClazzRecord
java.lang.Object
clazzfish.monitor.stat.ClazzRecord
- All Implemented Interfaces:
Comparable<ClazzRecord>
The ClazzRecord stores the relation of a class to its classpath and some
collected data.
NOTE: This was orginally a record class and was backported to Java 11.
- Since:
- 2.3 (25.11.24)
- Author:
- oboehm
-
Constructor Summary
ConstructorsConstructorDescriptionClazzRecord
(URI classpath, String classname) ClazzRecord
(URI classpath, String classname, int count) Creates a ClazzRecord object. -
Method Summary
-
Constructor Details
-
ClazzRecord
-
ClazzRecord
-
-
Method Details
-
classname
-
classpath
-
count
public int count() -
fromCSV
-
toCsvHeadline
-
toCSV
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ClazzRecord>
-
equals
-
hashCode
-
toString
-