Class AbstractGeneratorTask

    • Constructor Detail

      • AbstractGeneratorTask

        public AbstractGeneratorTask()
    • Method Detail

      • generate

        public void generate()
                      throws org.apache.maven.tools.plugin.generator.GeneratorException,
                             IOException,
                             org.codehaus.plexus.util.xml.pull.XmlPullParserException,
                             org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException,
                             org.apache.maven.tools.plugin.extractor.ExtractionException
        Throws:
        org.apache.maven.tools.plugin.generator.GeneratorException
        IOException
        org.codehaus.plexus.util.xml.pull.XmlPullParserException
        org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
        org.apache.maven.tools.plugin.extractor.ExtractionException
      • getGenerator

        @Internal
        protected abstract org.apache.maven.tools.plugin.generator.Generator getGenerator()