Package org.openjdk.jmh.runner
Class AbstractResourceReader
java.lang.Object
org.openjdk.jmh.runner.AbstractResourceReader
- Direct Known Subclasses:
BenchmarkList
,CompilerHints
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractResourceReader
(String file, String resource, String strings) -
Method Summary
Modifier and TypeMethodDescriptionHelper method for creating a Reader for the list file.
-
Field Details
-
file
-
resource
-
strings
-
-
Constructor Details
-
AbstractResourceReader
-
-
Method Details
-
getReaders
Helper method for creating a Reader for the list file.- Returns:
- a correct Reader instance
-