Class APGeneratorDestinaton

  • All Implemented Interfaces:
    org.openjdk.jmh.generators.core.GeneratorDestination

    public class APGeneratorDestinaton
    extends Object
    implements org.openjdk.jmh.generators.core.GeneratorDestination
    • Method Detail

      • newResource

        public OutputStream newResource​(String resourcePath)
                                 throws IOException
        Specified by:
        newResource in interface org.openjdk.jmh.generators.core.GeneratorDestination
        Throws:
        IOException
      • getResource

        public InputStream getResource​(String resourcePath)
                                throws IOException
        Specified by:
        getResource in interface org.openjdk.jmh.generators.core.GeneratorDestination
        Throws:
        IOException
      • newClass

        public Writer newClass​(String className,
                               String originatingClassName)
                        throws IOException
        Specified by:
        newClass in interface org.openjdk.jmh.generators.core.GeneratorDestination
        Throws:
        IOException
      • printError

        public void printError​(String message)
        Specified by:
        printError in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printError

        public void printError​(String message,
                               org.openjdk.jmh.generators.core.MetadataInfo element)
        Specified by:
        printError in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printError

        public void printError​(String message,
                               Throwable throwable)
        Specified by:
        printError in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printWarning

        public void printWarning​(String message)
        Specified by:
        printWarning in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printWarning

        public void printWarning​(String message,
                                 org.openjdk.jmh.generators.core.MetadataInfo element)
        Specified by:
        printWarning in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printWarning

        public void printWarning​(String message,
                                 Throwable throwable)
        Specified by:
        printWarning in interface org.openjdk.jmh.generators.core.GeneratorDestination
      • printNote

        public void printNote​(String message)
        Specified by:
        printNote in interface org.openjdk.jmh.generators.core.GeneratorDestination