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
Constructors Constructor Description APGeneratorDestinaton(RoundEnvironment roundEnv, ProcessingEnvironment processingEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetResource(String resourcePath)WriternewClass(String className, String originatingClassName)OutputStreamnewResource(String resourcePath)voidprintError(String message)voidprintError(String message, Throwable throwable)voidprintError(String message, org.openjdk.jmh.generators.core.MetadataInfo element)voidprintNote(String message)voidprintWarning(String message)voidprintWarning(String message, Throwable throwable)voidprintWarning(String message, org.openjdk.jmh.generators.core.MetadataInfo element)
-
-
-
Constructor Detail
-
APGeneratorDestinaton
public APGeneratorDestinaton(RoundEnvironment roundEnv, ProcessingEnvironment processingEnv)
-
-
Method Detail
-
newResource
public OutputStream newResource(String resourcePath) throws IOException
- Specified by:
newResourcein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
getResource
public InputStream getResource(String resourcePath) throws IOException
- Specified by:
getResourcein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
newClass
public Writer newClass(String className, String originatingClassName) throws IOException
- Specified by:
newClassin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination- Throws:
IOException
-
printError
public void printError(String message)
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printError
public void printError(String message, org.openjdk.jmh.generators.core.MetadataInfo element)
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printError
public void printError(String message, Throwable throwable)
- Specified by:
printErrorin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
public void printWarning(String message)
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
public void printWarning(String message, org.openjdk.jmh.generators.core.MetadataInfo element)
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printWarning
public void printWarning(String message, Throwable throwable)
- Specified by:
printWarningin interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
printNote
public void printNote(String message)
- Specified by:
printNotein interfaceorg.openjdk.jmh.generators.core.GeneratorDestination
-
-