public interface GeneratorSource
The entry point for BenchmarkGenerator.
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassInfo> |
getClasses() |
ClassInfo |
resolveClass(String className)
Resolve class info for a name.
|
Collection<ClassInfo> getClasses()
ClassInfo resolveClass(String className)
Users may call this method for the classes not
listed in getClasses() call, the implementation
has to have the fall-back strategy for these cases.
className - class nameCopyright © 2012-2015 Oracle. All Rights Reserved.