Class APGeneratorDestinaton
java.lang.Object
org.openjdk.jmh.generators.annotations.APGeneratorDestinaton
- All Implemented Interfaces:
org.openjdk.jmh.generators.core.GeneratorDestination
public class APGeneratorDestinaton
extends Object
implements org.openjdk.jmh.generators.core.GeneratorDestination
-
Constructor Summary
ConstructorsConstructorDescriptionAPGeneratorDestinaton(RoundEnvironment roundEnv, ProcessingEnvironment processingEnv) -
Method Summary
Modifier and TypeMethodDescriptiongetResource(String resourcePath) newResource(String resourcePath) voidprintError(String message) voidprintError(String message, Throwable throwable) voidprintError(String message, org.openjdk.jmh.generators.core.MetadataInfo element) voidvoidprintWarning(String message) voidprintWarning(String message, Throwable throwable) voidprintWarning(String message, org.openjdk.jmh.generators.core.MetadataInfo element)
-
Constructor Details
-
APGeneratorDestinaton
-
-
Method Details
-
newResource
- Specified by:
newResourcein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
getResource
- Specified by:
getResourcein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
newClass
- Specified by:
newClassin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
printError
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printError
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printError
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printNote
- Specified by:
printNotein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-