Package org.apache.maven.surefire.report
Class ClassMethodIndexer
java.lang.Object
org.apache.maven.surefire.report.ClassMethodIndexer
Creates an index for class/method.
 Returns ThreadLocal index if created before.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongindexClass(String clazz) longindexClassMethod(String clazz, String method)  
- 
Constructor Details
- 
ClassMethodIndexer
public ClassMethodIndexer() 
 - 
 - 
Method Details
- 
indexClassMethod
 - 
indexClass
 - 
getLocalIndex
 
 -