All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.report.description.DescriptionContext Maven / Gradle / Ivy

package com.vmlens.report.description;

import com.vmlens.report.element.LoopRunAndThreadIndex;

public interface DescriptionContext {

    String threadName(LoopRunAndThreadIndex key);

    String methodName(Integer key);

    String fieldName(Integer key);

    String loopName(Integer key);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy